Loading Tool

Explorer IconExplorer

Memory Pool

83,078 transactions
30.84 vMB
0.08954347 BTC
Random Selection Loading Transactions
Max Size: 186.10/200 MB

Candidate Block

Mining Attempt c00a78c4e5d6d919a1adffe0ac2ee42d266600faea2fd64ea10ee9dc93f442b5
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 1121d50dae3c8c47f3ccbf51e1e5a67f4e2f17a35e96c117a0773a7db3848cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.02316071 BTC
Feerates: 114.51 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (431,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,979 482,979 00000000000000000037ea839f15c983a0123e3b4d791fb6f7daeca9129c7959 2,153 1.00/1.00 vMB 313
482,978 482,978 0000000000000000008523a1deb9b56f70cdacf8741f12c14779b4b08164d373 1,882 1.00/1.00 vMB 439
482,977 482,977 000000000000000000e39a8b111924d748cce85bab0373941998d1f48d37bca5 1,895 0.99/1.00 vMB 359
482,976 482,976 00000000000000000049bd065f1e19e8b3477219bf2343a43bb307bb8f47b911 2,167 1.00/1.00 vMB 56
482,975 482,975 000000000000000000a3a4b5b851d61220fd949aabdf760733d886eda4c12826 1,875 1.00/1.00 vMB 282
482,974 482,974 0000000000000000012f26eda157ea0267dc85ea8f6269200b3294a7d6e755d8 1,660 1.00/1.00 vMB 290
482,973 482,973 000000000000000000fa798bd10c250bb07e6e49b5886b2250e8e69ae995bf4f 2,115 1.00/1.00 vMB 468
482,972 482,972 00000000000000000123a25dae9945c35266291bbadaf8e424c0143461a2417a 1,102 1.00/1.00 vMB 137
482,971 482,971 000000000000000000b5d33cc714735f7881e4fd04c9fbf8aaa539721fb6186b 1,684 1.00/1.00 vMB 338
482,970 482,970 0000000000000000007d335ce1afb3b1b41866a0cc87bbe48ad24948dd720bc5 2,140 1.00/1.00 vMB 392
482,969 482,969 000000000000000000ac4c356327bdaba517b4cc2e417b0cd13d658111eaaa3a 2,130 1.00/1.00 vMB 285
482,968 482,968 00000000000000000013859872b776ba94c939ce0eb981a0897e2aaad978918f 1,382 1.00/1.00 vMB 395
482,967 482,967 00000000000000000067c752abcda99bdc964a56388b6feb203594540b563fdc 2,176 1.00/1.00 vMB 333
482,966 482,966 000000000000000000307574079bab087d44da94239ee7c39f4397a88d61b7d0 1,913 1.00/1.00 vMB 224
482,965 482,965 00000000000000000077529352cf817ff361f480f699a2571a33f3a86c44b77f 1,702 1.00/1.00 vMB 161
482,964 482,964 000000000000000000bd5f26c3bcebba2fd9879ca936cdafaf90c5f9cc21e0b8 2,091 1.00/1.00 vMB 99
482,963 482,963 0000000000000000006f0485e263621fc3647cd7f4ec3ff0f5ab87d59228b6f4 1,936 1.00/1.00 vMB 83
482,962 482,962 0000000000000000006c11c2390b3f663f037ac94c997d5aaf12cd2d32fbc8a1 1,939 1.00/1.00 vMB 340
482,961 482,961 000000000000000000bb51040c09603f4a271a86eae3523055406176e3eb07cb 1,858 1.00/1.00 vMB 308
482,960 482,960 000000000000000000cc16ca171afa4d63acd0ce878bea41bb6562e5c5d7805e 2,218 1.00/1.00 vMB 432
482,959 482,959 00000000000000000120ce0a3fd4a6ba763435c96ec93ff0861168ccaa988ac1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 661.56 GB
    • Received: 14.82 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.