Loading Tool

Explorer IconExplorer

Memory Pool

43,664 transactions
26.30 vMB
0.05343666 BTC
Random Selection Loading Transactions
Max Size: 138.67/200 MB

Candidate Block

Mining Attempt 0459425d71a186054f1e3ca979df9e38dca0fd37b0fe45504959bf221258f081
Version 20000000
Previous Block 00000000000000000000e26c69d66b4d957ffcc15202e94d7da28d89cb2bd653
Merkle Root 77edf0b106bd91118d5bc166c8a9fc961386f124d88171d2669a4e2a4c9fbc11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,071
Size: 1.00 vMB
Total Fees: 0.00537786 BTC
Feerates: 40.21 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,744 (410,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,844 503,844 0000000000000000006c0d306a53ae15abf3168bfb7c72bfefe379e0c0d28db5 2,032 1.00/1.00 vMB 484
503,843 503,843 0000000000000000008fccb4588539abc5e07bbc487cde0efc5bfc8ecb997414 2,352 1.00/1.00 vMB 488
503,842 503,842 0000000000000000003f7e7b4260c52c3f8ac22c354807db5ec29ab061ea531e 2,368 1.00/1.00 vMB 561
503,841 503,841 00000000000000000008a174db33aa00622231c3c85a40dd6605d47d8471024e 619 1.00/1.00 vMB 177
503,840 503,840 000000000000000000423efc553a24c815304e418ca7347924a4489e92b6771c 1,841 1.00/1.00 vMB 391
503,839 503,839 0000000000000000004d36fd42f981a9ac1330715488a274b29503e1f7ed5337 803 1.00/1.00 vMB 207
503,838 503,838 0000000000000000002b662533d6de1bebad43e454acf9aa93719bcc8730830d 870 1.00/1.00 vMB 142
503,837 503,837 000000000000000000112617bc2d66bcd3e352d3b1c4010f6c51e9b62c87a8d7 1,861 1.00/1.00 vMB 333
503,836 503,836 0000000000000000005cae5fad57631c4b35419b62424b516ffbf7c2b69f89eb 1,638 1.00/1.00 vMB 369
503,835 503,835 0000000000000000004670ee224a550a1fb54e0733260edb96754d343bdb1711 1,910 1.00/1.00 vMB 442
503,834 503,834 000000000000000000249ab763b5aceb50ea18f052ab7c5edb8711f614f6b20e 1,079 1.00/1.00 vMB 274
503,833 503,833 000000000000000000466e29fd6b982e787396b6d8f926fa0bc5a773a0038145 1,904 1.00/1.00 vMB 351
503,832 503,832 0000000000000000001c7b38b290df41e2f00b6cffd4dcf707285caa3cb67c1a 1,886 1.00/1.00 vMB 306
503,831 503,831 000000000000000000310e16598fd0949d9be6eec2fc95b6cfc1474d8cb55b8b 2,076 1.00/1.00 vMB 427
503,830 503,830 000000000000000000080b8687fae2d3dfa6784fdbbec0aeabffe20b1471ce20 2,257 1.00/1.00 vMB 549
503,829 503,829 000000000000000000304f4c17301acc6bb0990c3791db64d642ae5868158038 2,010 1.00/1.00 vMB 522
503,828 503,828 000000000000000000768547b45d4c1c43c363d27f6a5f6393b9f9b87b9e5b91 2,495 1.00/1.00 vMB 389
503,827 503,827 0000000000000000005e9ea72c9a0d26294d11977f59b81431e3ccb4755c6572 2,371 1.00/1.00 vMB 494
503,826 503,826 00000000000000000064c63971e5bc9322f07054dfce4435000376a8c37fcd44 3,406 1.00/1.00 vMB 487
503,825 503,825 00000000000000000074e3a7bc47a8c27079a456b6ed79097adabcc9212d7f19 3,362 1.00/1.00 vMB 514
503,824 503,824 00000000000000000074340534e8fe6ce418766b2a3ba87646a06145f2b8d46c 2,992 1.00/1.00 vMB 505
Previous 10 blocks ↓
Total Size: 781.93 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: 646.49 GB
    • Received: 12.86 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.