Loading Tool

Explorer IconExplorer

Memory Pool

39,305 transactions
19.61 vMB
0.05434670 BTC
Random Selection Loading Transactions
Max Size: 108.99/200 MB

Candidate Block

Mining Attempt 67f4e9178eb7a4c00c7856665c47b818c5d7e3bd75d5d183a094d7af81f828ce
Version 20000000
Previous Block 0000000000000000000127d575d890320be8b3a437df4cee5501850b9923f25b
Merkle Root 01ec679fc5c0cf1b34b5b6f38b42e3d0ec5795dee305fb1aef9bb2a9279eaa0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.01621603 BTC
Feerates: 502.67 > 1.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,074 (835,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,518 78,518 000000000004831110f991605ca578dfd7d04ac902b8296dba8d9bc9438c34ee 3 0.00/1.00 vMB 0
78,517 78,517 000000000043f5ad798f3516d205f6b16bb0ded230cef710cb0f07558968b897 10 0.00/1.00 vMB 0
78,516 78,516 000000000067827421acd3ee08d5c8319d63cfdd94365947a4dd8715ac7a93be 1 0.00/1.00 vMB 0
78,515 78,515 00000000000e480cc73a186c270981fdc364228e924b2c48a5fb096167816a66 5 0.00/1.00 vMB 0
78,514 78,514 000000000006e846dc8289c7e17ca2b84210f6a0367d331c67b3e03c8e8ba654 1 0.00/1.00 vMB 0
78,513 78,513 00000000005effdb681de0b2eb4a7605251c164287462ac0a6159bdc2013c965 1 0.00/1.00 vMB 0
78,512 78,512 0000000000294a67f3dd101e06bea6a40a16d36c42dfc3c4b686593d8d9878fe 1 0.00/1.00 vMB 0
78,511 78,511 00000000006833099974f54e3f79486b54c74d2ef3cae125016aea5e1d10024e 4 0.00/1.00 vMB 0
78,510 78,510 00000000003a5bf627ca609510e8344971e25b26eec2088659f70bbb07c2168f 1 0.00/1.00 vMB 0
78,509 78,509 00000000000f3b73a1c723e00ce1abbfa418c59f87d2d79413d5baa2c5d72d00 3 0.00/1.00 vMB 0
78,508 78,508 000000000031c2f441c76cba8156a5048f6c4a4192fab24094f5174c98bafc5b 1 0.00/1.00 vMB 0
78,507 78,507 00000000003b14f82e8bb137a65f240f5babbabcd938a7d3ca9f0cc4c6f0cf16 2 0.00/1.00 vMB 0
78,506 78,506 00000000000f8ce3ff59bf3e71d224b761e536c440ca233d48a9f218c2bd0c73 1 0.00/1.00 vMB 0
78,505 78,505 0000000000291f86d1d5a66ae528de02d1097ff0ef230108a3d302b306876a2c 1 0.00/1.00 vMB 0
78,504 78,504 0000000000122b5a19b8779e22b85f27fa1c5bd19049ae1cdf9cd8e2be3225e2 1 0.00/1.00 vMB 0
78,503 78,503 0000000000689b98ed0882cccceb6d0b8f2ac8013ba432c783d61f274e6a63da 2 0.00/1.00 vMB 0
78,502 78,502 00000000000ef15954970e892d8f87a4fecb1b3c14ccb3c45c63dc4e099e4e3f 3 0.00/1.00 vMB 0
78,501 78,501 00000000003ac7dc9896812fdea62028a52972f24c6275c2615d3e7967af6c45 1 0.00/1.00 vMB 0
78,500 78,500 00000000003522284cd9125fd754c00cc92616fdc02d525b5b8750b450ad24bd 1 0.00/1.00 vMB 0
78,499 78,499 0000000000053a1789a9fc3bfa963eebace12d69a249d40d250e583790210abc 1 0.00/1.00 vMB 0
78,498 78,498 000000000006294f68fa4f6b30e89e8258dedcc7905f3fa472f7a34bea57a19b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.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: 555.48 GB
    • Received: 6.89 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.