Loading Tool

Explorer IconExplorer

Memory Pool

78,131 transactions
30.16 vMB
0.07152773 BTC
Random Selection Loading Transactions
Max Size: 182.95/200 MB

Candidate Block

Mining Attempt b3f35a1fc54383712f34839ca619802d3333675f683d177ff8fccc386401034d
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root 5a49745541dbdbbd8435d4df87ec993bd248c2c52381536cbcc797ec7ba3a6e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.00745554 BTC
Feerates: 73.91 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (355,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,986 559,986 00000000000000000010bbd6d2af00816c8b0da3118927d22dd2c897b031ba26 2,974 1.00/1.00 vMB 18
559,985 559,985 00000000000000000018930b7334d8157fbaacd4dad0ecf31bd4e63a0238a5d7 2,281 1.00/1.00 vMB 12
559,984 559,984 0000000000000000000b65b49909abfd4b5d0f966aa7e79cf1dd96b2189faa1f 3,224 1.00/1.00 vMB 39
559,983 559,983 00000000000000000016bf514ab26a90ff9fdb4263b8386ad54d3aad5b01ee78 2,979 1.00/1.00 vMB 28
559,982 559,982 00000000000000000007a3d40d26f8929b0fae85b1ac6a42e33d667ec03d6a60 3,216 0.99/1.00 vMB 27
559,981 559,981 0000000000000000002e2e3ce7ceb791633112558aab912a1c03a6e9c8b28326 1,901 0.71/1.00 vMB 15
559,980 559,980 00000000000000000010780dfb0a352d437cefabfa1be5c8ad1089bf7ade4c38 697 0.30/1.00 vMB 24
559,979 559,979 0000000000000000002b47291a7ad4706273c8eacfb0adde3c7fc8331fb6cb64 1,293 0.39/1.00 vMB 9
559,978 559,978 0000000000000000001767f140309505db445c9919965448484b5dcc2e57c960 1,744 1.00/1.00 vMB 16
559,977 559,977 00000000000000000006924a3a2b75d22b2a7f427148a3367f4294a11ecba10b 2,566 0.72/1.00 vMB 13
559,976 559,976 0000000000000000001e89ffa28e600afa48a997eab10c4bab28ef0e41465e17 2,000 0.61/1.00 vMB 13
559,975 559,975 0000000000000000002290e54f8a170bc637142c8795c475c848f2d0b1cb4979 1,492 0.44/1.00 vMB 12
559,974 559,974 0000000000000000002eb46ed30614f65b9b3fbe33e2036e7a5cc27f398f5263 2,245 0.68/1.00 vMB 11
559,973 559,973 00000000000000000001befd26435a7febac5219e74eeb3de9ea2832d289c019 3,147 1.00/1.00 vMB 20
559,972 559,972 000000000000000000299c6d66b43b6c33a3457aeb880973d52b0a30b7f07e76 1,174 0.38/1.00 vMB 14
559,971 559,971 0000000000000000001460e35c2ba62896d93fc5d7367df963d5997b39c72733 1,326 0.40/1.00 vMB 15
559,970 559,970 0000000000000000002d4a6b5ee6e6f03c1b83433d40802c512e7c5c41876631 1,327 0.40/1.00 vMB 33
559,969 559,969 0000000000000000001141c4e43df3d4327656d9f73a9a44a212060a66d475d2 870 0.30/1.00 vMB 11
559,968 559,968 00000000000000000022e177035ef737f90930a72c549e1a23432ace387dd5a9 591 0.17/1.00 vMB 12
559,967 559,967 00000000000000000028a1596d34b70c7337ea6027bc59d244c368a523a5999c 480 0.14/1.00 vMB 12
559,966 559,966 0000000000000000002948b0dcf65507d1dca7a5ef57f9890077358bc104d036 109 0.04/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.72 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: 707.13 GB
    • Received: 16.66 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.