Loading Tool

Explorer IconExplorer

Memory Pool

78,288 transactions
29.03 vMB
0.08938764 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 4fdb8497758d2baed57f6692474938f35e54af04aae8807157b69130375df690
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 9a434569e2d52a3b03f4a3b3f685ccd1bb574bce9fd0a508bd2803a671c8ec4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02876072 BTC
Feerates: 477.45 > 2.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (50,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,843 864,843 0000000000000000000141f7ac73979a5ff77571e412a9263b01d447f37fb442 5,282 1.00/1.00 vMB 13
864,842 864,842 00000000000000000001e503931cc528b359d1f5493d99cc2321dfe2bd6c6dd5 5,848 1.00/1.00 vMB 13
864,841 864,841 0000000000000000000230fe06186b386d3e7228ddc3799a53d8f2a745aa6d9f 6,897 1.00/1.00 vMB 26
864,840 864,840 00000000000000000000b04d6bb125a5e274dcc539d5af654ac175f2d8b21a9d 6,976 1.00/1.00 vMB 29
864,839 864,839 00000000000000000001c395ddf261bdde57229f29e15343ec32b0a1d08f0d57 7,011 1.00/1.00 vMB 28
864,838 864,838 000000000000000000013af7abb744bbadef57a20044a819036efaa97ffdc597 6,623 1.00/1.00 vMB 9
864,837 864,837 0000000000000000000044421c3801658d9d862ae47de31799ea8ea248b5ca9f 6,629 1.00/1.00 vMB 9
864,836 864,836 00000000000000000002edb67cacc22cba1f5725484e3b0b14ac74aaa18fbdcf 6,088 1.00/1.00 vMB 10
864,835 864,835 00000000000000000000d41e14323a61befb7ae27fc6c846cee03d401c4c5791 5,210 1.00/1.00 vMB 13
864,834 864,834 00000000000000000003159682c075a41a3653670cdd7a90080cb23a1b74f59b 3,887 1.00/1.00 vMB 18
864,833 864,833 000000000000000000011108b150dd946ae2bc8d2129d278080e5b04091e360d 3,596 1.00/1.00 vMB 8
864,832 864,832 00000000000000000001a4cc6acb5ac2e99da0e8a57bbf9c86491bc157f1ec10 2,939 1.00/1.00 vMB 9
864,831 864,831 000000000000000000006cfbb55f332b9fe6b397fd0441f96d5704132da655ff 2,992 1.00/1.00 vMB 7
864,830 864,830 00000000000000000000ac7d73168d516be1eda51e54cc6fc7bc30c36eab05cf 4,393 1.00/1.00 vMB 11
864,829 864,829 00000000000000000001484d6a3b5358e6bb315ef91ffbb0268673548b7094fd 5,230 1.00/1.00 vMB 12
864,828 864,828 00000000000000000002f55e11645078a3b6f7829212b37d5ca697c1edf8fb96 6,412 1.00/1.00 vMB 18
864,827 864,827 00000000000000000002a415d080b49ccec9a066056409428896fafc5f05abaf 4,537 1.00/1.00 vMB 17
864,826 864,826 00000000000000000001f0bc4a5c0f06dc464f361e838c96591294faebe3cae0 2,092 1.00/1.00 vMB 6
864,825 864,825 000000000000000000014106dff2d1e4ff0a1724e6cf0002b7b48da42372c581 3,558 1.00/1.00 vMB 17
864,824 864,824 00000000000000000002d57b02f9a7e92cd118e75e8a393df8293f51f8736b42 5,853 1.00/1.00 vMB 3
864,823 864,823 00000000000000000000bd019c48fa667f66ec22c8f4addf879c0fe3c464853b 6,089 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.