Loading Tool

Explorer IconExplorer

Memory Pool

77,336 transactions
28.94 vMB
0.06578892 BTC
Random Selection Loading Transactions
Max Size: 175.08/200 MB

Candidate Block

Mining Attempt 64220c01d8cbb678046649e15528774c2af8f5b49162c5fa17a298b4fb1fa756
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root e8bbecbac55c2d0ac6da39d07c9c93e8d1e4dc075c10af1772350167d47d60b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,066
Size: 1.00 vMB
Total Fees: 0.00515333 BTC
Feerates: 44.66 > 0.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (117,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,391 797,391 0000000000000000000306c306dbdb81d94853b2a24218048c647271f82d9fdb 3,977 1.00/1.00 vMB 5
797,390 797,390 0000000000000000000423d665400b7226210dfa4482ef0890a311ca0c3d2e6a 2,610 1.00/1.00 vMB 13
797,389 797,389 000000000000000000024e0fb1d59ca1c61e867caa4a17671c5e53980f5ea982 2,960 1.00/1.00 vMB 8
797,388 797,388 000000000000000000040d07cf8412ad3e6c86cba87a8fb130eaf536a22b7c68 3,087 1.00/1.00 vMB 16
797,387 797,387 000000000000000000034e1753a45bfbbcfcd7ce7d0d536d93d05906e462cb34 2,496 1.00/1.00 vMB 10
797,386 797,386 00000000000000000003a2fb773a3d0954a978d2d428a7358593cb50aebc5c68 2,732 1.00/1.00 vMB 17
797,385 797,385 0000000000000000000583114641d474e9e91d3b578d68a9ee2ebcb9029dc7b3 6,290 1.00/1.00 vMB 5
797,384 797,384 00000000000000000004de315dc41d3de27f74e1c34c1ee9df0df7c810164fa3 3,829 1.00/1.00 vMB 9
797,383 797,383 000000000000000000050884ab06a4cf2805adf800c3a6a65899ca110f022aa7 2,005 1.00/1.00 vMB 5
797,382 797,382 00000000000000000001277ec67575408c78e171e976bdf183e05bc59c886f82 2,034 1.00/1.00 vMB 11
797,381 797,381 000000000000000000036f3cdc4a43bf7c2611153a8ae586cd8fe4f9c0b3fbbb 2,013 1.00/1.00 vMB 18
797,380 797,380 00000000000000000003bdf3df07f6f9752f4291fc6d5108c82c152427cb3ce9 1,673 1.00/1.00 vMB 6
797,379 797,379 0000000000000000000165ca40f926a7ca8afc847a05329612073168d8f10e93 3,001 1.00/1.00 vMB 12
797,378 797,378 000000000000000000014bfdb571f8cf332a14e38c8e660c3c9a70a0862f8b9d 3,025 1.00/1.00 vMB 14
797,377 797,377 000000000000000000051e5f176ae34050d17adf8cd78a309ce0acff0f4fda53 3,127 1.00/1.00 vMB 22
797,376 797,376 00000000000000000003a447f4e5637224391cc9058ab6e64ce3b561e9a3a147 4,948 1.00/1.00 vMB 8
797,375 797,375 000000000000000000040d1dd80de3c1fb8e03e9b2b28123472585102cc08395 6,218 1.00/1.00 vMB 4
797,374 797,374 00000000000000000001a41939cb86cbffd17cc15488381475a4b2354e8c61bb 5,189 1.00/1.00 vMB 6
797,373 797,373 00000000000000000000918eba4c624cea3cc9899cc1a13333b7e57d59be6565 4,986 1.00/1.00 vMB 7
797,372 797,372 0000000000000000000050654708084725d1af077efcdc4976aadf4d376707f5 1,448 1.00/1.00 vMB 7
797,371 797,371 00000000000000000002bffafa7027a490bbb51890c368c1d5f934e1071b4356 2,676 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.69 GB

Node Details:

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