Loading Tool

Explorer IconExplorer

Memory Pool

78,167 transactions
29.33 vMB
0.06524005 BTC
Random Selection Loading Transactions
Max Size: 176.25/200 MB

Candidate Block

Mining Attempt 1b44eb73257c090ba3fc9fefddc4650e5d312a0703a1dd1596bf48cbbf2a3121
Version 20000000
Previous Block 00000000000000000000a281f5555936da4319487920bc58ef2a368fe4984bcf
Merkle Root 70627221b59a62596f76b72cdef94c8a075cb716390d7779702e50d2fb9bbb86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,007
Size: 1.00 vMB
Total Fees: 0.00583815 BTC
Feerates: 101.06 > 0.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,018 (411,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,057 503,057 0000000000000000003a8182bd8a41f74d4ee423acd6c4558c4ce808d2e2bc32 2,522 1.00/1.00 vMB 453
503,056 503,056 0000000000000000000a3ac25154a2b98d907c18b8026da56ffa7a728d10a1c9 2,673 1.00/1.00 vMB 539
503,055 503,055 0000000000000000002f3046520635f85bfbc8c096fac6eda5e623887e5cb130 2,874 1.00/1.00 vMB 538
503,054 503,054 00000000000000000068ae3a370f99b7b5696746dcc86e027e252311384b4e44 2,228 1.00/1.00 vMB 561
503,053 503,053 000000000000000000510aac56d54c2735cae43c7b8c92aed5f5a71c75f6e98f 1,046 1.00/1.00 vMB 162
503,052 503,052 00000000000000000031aa37ca99ad379705666bb6a9914b2e7ad3adf2f6397b 1,044 1.00/1.00 vMB 179
503,051 503,051 000000000000000000696389b426b352f6e66b808e5c5ad7d800763572c2bf77 2,087 1.00/1.00 vMB 328
503,050 503,050 0000000000000000007917f26ad57c318d10bbef2413a2cefc55d60528463bcc 1,805 1.00/1.00 vMB 352
503,049 503,049 0000000000000000008424d8569328ca5e5a0328b6ceae2adeced515b74dd3b4 2,294 1.00/1.00 vMB 326
503,048 503,048 00000000000000000043cc7751d4b77021e7fedb431a989ec0db2fbe2ad3476b 2,549 1.00/1.00 vMB 356
503,047 503,047 000000000000000000342e9726fed56a7187056f2448a4fd125973b1703d259c 2,372 1.00/1.00 vMB 514
503,046 503,046 00000000000000000010ee72c5f3201b29b05f615ef2ceb49ece226c20bfca94 2,787 1.00/1.00 vMB 467
503,045 503,045 0000000000000000008fbc3422c846a6ec90dc32cf1ee3575f3d657243e9191a 2,785 1.00/1.00 vMB 562
503,044 503,044 0000000000000000000ee66ecf3b89ab7731e093f09b3c63dc58c5ff10caa66d 2,935 1.00/1.00 vMB 579
503,043 503,043 00000000000000000066bf764f9bad8d7c5658a23afd6b8625a8558879c7f9b6 2,206 1.00/1.00 vMB 436
503,042 503,042 0000000000000000002b39fe18a35bf9f0f3a4227c761262159ec1815a7c86b7 2,558 1.00/1.00 vMB 444
503,041 503,041 000000000000000000247f1909c08d2cdfaa758d39af123c032c865baba454ee 3,025 1.00/1.00 vMB 525
503,040 503,040 0000000000000000003ef75bc5d7648d850c3e48539e6f60cb2177e9aeb239ac 2,505 1.00/1.00 vMB 550
503,039 503,039 0000000000000000000b708ccf49937a8e08fe107142651e927dca5da53baf91 2,656 1.00/1.00 vMB 611
503,038 503,038 000000000000000000509bd3e8afdc0d34e1607b6836ed4150c3140b33a025b8 2,340 1.00/1.00 vMB 388
503,037 503,037 0000000000000000000d89003ee87dee01f74f0bae69864fd2a36759dbf39fde 2,771 1.00/1.00 vMB 493
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.