Loading Tool

Explorer IconExplorer

Memory Pool

41,039 transactions
25.84 vMB
0.05271389 BTC
Random Selection Loading Transactions
Max Size: 135.07/200 MB

Candidate Block

Mining Attempt e20973e3f1d3337bf392eb48f46c939793fe03d0cc5900e945a2a906c07f2d8c
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root b04fd60fd8ad9b4e11d8f82fc898e305bccb7afd0d13481ee49ea4d2cc12365f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,653
Size: 1.00 vMB
Total Fees: 0.00586064 BTC
Feerates: 40.21 > 0.59 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (164,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,993 749,993 00000000000000000006fa46bd27d0b60f69e8bc5f59f58bfe2eb8fbe4c3b4f6 3,070 1.00/1.00 vMB 10
749,992 749,992 00000000000000000008805a97350d861a471a2a5c0be5f68a8c74c5748145d0 2,318 1.00/1.00 vMB 12
749,991 749,991 00000000000000000001d5bf55cddcdf500ba1060827a4380a70622b89fb30a5 3,737 1.00/1.00 vMB 21
749,990 749,990 00000000000000000002a80a498470d2b3c12c750ece4fb9c0ee546cd21ba5f6 2,231 1.00/1.00 vMB 13
749,989 749,989 000000000000000000032910b1a74e8082c0f2e6ad71762930004844d52765ee 1,705 1.00/1.00 vMB 13
749,988 749,988 00000000000000000002a93f864c516b9277f28c0162db49238dd7bb40d589b6 2,415 1.00/1.00 vMB 22
749,987 749,987 0000000000000000000168101e0006ff59a63f417656b90fe20c24ffbaf549ae 2,129 1.00/1.00 vMB 8
749,986 749,986 000000000000000000000181b7af8a34a3b7da14a43c9ad3a5682a7c5bb795f6 2,874 1.00/1.00 vMB 18
749,985 749,985 0000000000000000000471fd9c9b9712a3bc10524c8f1822820f57436ff2e3f5 3,215 1.00/1.00 vMB 12
749,984 749,984 000000000000000000066a158842cd896d4fd0ba40128b4038a833d4b1822921 3,210 1.00/1.00 vMB 16
749,983 749,983 000000000000000000072b822e19eaee740f1e4217c126cf2d839a88559cb7b5 1,588 1.00/1.00 vMB 4
749,982 749,982 00000000000000000004d55b158958c5376f5bf44d0aba323ed95b5e0525c889 3,117 1.00/1.00 vMB 16
749,981 749,981 0000000000000000000867b5dd6ec7ebb50404acabcdb35193b6b2fcd3ea7a37 2,750 1.00/1.00 vMB 12
749,980 749,980 000000000000000000089afaf672605818e368521d9ad2d8e4b5763956b75363 1,165 1.00/1.00 vMB 4
749,979 749,979 00000000000000000008594d3acd18fe361f00e58cba6a19fcd6075d067f9694 2,413 1.00/1.00 vMB 9
749,978 749,978 000000000000000000024d724fa5d4208e9a32b227a807592c5a244605234654 2,898 1.00/1.00 vMB 10
749,977 749,977 00000000000000000003d3baa606319e00b2975ba46ae1134c663a7c83a76aea 2,718 1.00/1.00 vMB 12
749,976 749,976 00000000000000000001bcb2d7fde9d641d04665e48a6a34e9ef8822084176c7 729 1.00/1.00 vMB 11
749,975 749,975 00000000000000000009c5709cfb1b9dbf9ea0e22c4890cc32b0e29afee272f5 2,512 1.00/1.00 vMB 18
749,974 749,974 00000000000000000001459915f5f3962a43763df1d8acc2677e3489d78435a0 3,458 1.00/1.00 vMB 8
749,973 749,973 00000000000000000008e37bf4defcef5d66d1e248de9d71f722942053424fce 3,101 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.01 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: 649.21 GB
    • Received: 13.14 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.