Loading Tool

Explorer IconExplorer

Memory Pool

12,865 transactions
8.39 vMB
0.01631725 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.89/200 MB

Candidate Block

Mining Attempt eedca5bc299e84fb4a4c2b00f1ab56fc9798f7698821b9d8c0b005b9d5b7c3bc
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root 47c19b128eaff1257d320670562fe516688733123f4884cdcea975b3ee02dc05
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,998
Size: 1.00 vMB
Total Fees: 0.00408586 BTC
Median Feerate: 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (798,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,653 114,653 000000000000104088f3dd5c3e6917f4c962a47edbc838be4ede51849d9c1913 187 0.10/1.00 vMB 232
114,652 114,652 0000000000005a551d93d5e270ac1a2323c450cb73824b531709bc2ba232af42 2 0.00/1.00 vMB 3,875
114,651 114,651 000000000000ade1ab9b690982120acf64812228577ca141e1de5611b29eb574 14 0.00/1.00 vMB 1,646
114,650 114,650 0000000000009ecdafd3fa892a421d45e042db624c46f2a1faeecccddc56f51a 11 0.00/1.00 vMB 0
114,649 114,649 0000000000004df2dab681d1f8220ee7d18e345a9b7a31381732657500a9acb4 155 0.04/1.00 vMB 2,280
114,648 114,648 00000000000093622eb7d99f76530872f41ea34b183b0c69552974749f753391 16 0.00/1.00 vMB 3,873
114,647 114,647 00000000000069523ed82f53d04dd06ffb225a30b2dc343944405caf8d693ca7 48 0.01/1.00 vMB 3,820
114,646 114,646 00000000000099c1996953670f0edfd857da19aafe341a799fa802384f116968 26 0.02/1.00 vMB 1,840
114,645 114,645 0000000000004ce7cdb89f12b2e310b6bb8b091c65551eda0b529d73ca64a9b1 13 0.00/1.00 vMB 822
114,644 114,644 0000000000003064816b5a2ba87696e99f4cbfe7ab8612c5370327acd23a262f 12 0.00/1.00 vMB 3,875
114,643 114,643 0000000000009a03fbbcc4175f9eb1a3ba366c780ba7f7d457dc2b042a46b7bc 11 0.00/1.00 vMB 3,979
114,642 114,642 000000000000ad0128ab133096ab81b03d094b86d1357b13212980fbb3321d63 75 0.02/1.00 vMB 2,192
114,641 114,641 00000000000010f7fe687a8ede38c921cbaf9967474fceaeab11315344eba0cb 39 0.01/1.00 vMB 3,805
114,640 114,640 00000000000090945fdba7954fcc3e886aea588a13717ddc6b442d45638be93a 31 0.01/1.00 vMB 3,873
114,639 114,639 0000000000007e87afaf67e8bf60ff52a9a4ea74a8291b13237b1dd760882a8f 9 0.00/1.00 vMB 4,065
114,638 114,638 00000000000021acae53ee79be3791a0896f5e9d204e11ad1ba2b77891f77dee 7 0.00/1.00 vMB 3,878
114,637 114,637 0000000000003b1068e04ea3b6f8aecb52c567b23b666ed544541d78f512b439 26 0.01/1.00 vMB 2,843
114,636 114,636 000000000000b0a526a9c67a7b72c77cd0c3df296f9d5a2e69c037b29ec550ee 337 0.10/1.00 vMB 60
114,635 114,635 000000000000747031fa7e9c6b9b6e4e3f3c1ff945897d4267c4e5ebf1cd5b95 10 0.00/1.00 vMB 2,022
114,634 114,634 000000000000c35ea2547d99c45e9e008f8421cc7bff95ecd781b927679a1c5e 12 0.00/1.00 vMB 3,968
114,633 114,633 0000000000006224250312eaacb45d479720eae32463f740c135e8e25a640b9e 12 0.00/1.00 vMB 539
Previous 10 blocks ↓
Total Size: 779.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 430.73 GB
    • Received: 2.35 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.