Loading Tool

Explorer IconExplorer

Memory Pool

87,247 transactions
31.66 vMB
0.21989284 BTC
Random Selection Loading Transactions
Max Size: 192.17/200 MB

Candidate Block

Mining Attempt 23143aac866950bb5d836284fa7cb0443154a75453175b03aa62e919f9cd8c19
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 8a4b59cfbdd44d646c8dd4613ebc3c35299a54823ee272e0f08bb5caafd2a4e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,572
Size: 1.00 vMB
Total Fees: 0.11048041 BTC
Feerates: 502.67 > 11.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (542,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,778 372,778 0000000000000000008efa0d4a29b36ef2f00d0f3d49364f3019412ac8cf5dd5 332 0.21/1.00 vMB 23
372,777 372,777 0000000000000000040cb440951c362b282b4016163097522cd51c88b8266383 966 0.49/1.00 vMB 42
372,776 372,776 000000000000000013b7b79e6070c92f2aaeca71a38de972ad1db5cf9abc8cfe 219 0.16/1.00 vMB 35
372,775 372,775 000000000000000002324445c6f6d27932fbec9c388bfb17b7f9a0cd47740178 1,540 0.76/1.00 vMB 40
372,774 372,774 00000000000000000514b6b3ed59052603dd8f1ada81da6c2052b238057984a8 573 0.32/1.00 vMB 39
372,773 372,773 000000000000000012437a27e6556bd60e29733de1dcb1afe79d2c792f4db6a8 1,300 0.55/1.00 vMB 54
372,772 372,772 00000000000000000476209f8d0fa4ea0eff7392fa7273c3788c493d651a8dcb 1,497 0.84/1.00 vMB 26
372,771 372,771 00000000000000000a632cac442597bb9b70be5f7b11a7a04502b8cf9299dd4e 2,045 0.95/1.00 vMB 64
372,770 372,770 00000000000000000d7ad7496eafa79036b4bdec744272440854f1c80f5902f7 480 0.69/1.00 vMB 9
372,769 372,769 000000000000000007434def69c5c3209f343191c0d8417032f7e0953a4f6674 982 1.00/1.00 vMB 17
372,768 372,768 00000000000000000802c60790a95539ca1f56996cc9bee43520868f858f8df4 1,418 0.62/1.00 vMB 50
372,767 372,767 00000000000000000a854df3645aa0893e319776d8611d2e8af5d176f9a6a6a2 1,360 1.00/1.00 vMB 15
372,766 372,766 00000000000000000302efa5006d3c9ae1b117211a1235fb3bbddcfd2289d4c1 503 0.80/1.00 vMB 44
372,765 372,765 00000000000000000f2e7b21a4240e6628a36243b4760015f72e1f9f41fecf93 1,151 0.57/1.00 vMB 37
372,764 372,764 00000000000000000d8e2045cc50beff047db897959205b5cb19901d6c66eab0 1,342 1.00/1.00 vMB 22
372,763 372,763 00000000000000000cc058d069f4e41ecc0ddc3c834c2e08ceb26e81d2e28fc6 567 0.75/1.00 vMB 49
372,762 372,762 0000000000000000002bef379318699c125544a5cdaaa67b01114d344e3fdc33 1,680 1.00/1.00 vMB 28
372,761 372,761 000000000000000004b9c93714572bfcea298934cf3c0e9c73c0c60d4e113a27 873 0.92/1.00 vMB 52
372,760 372,760 000000000000000000a671481a17a2f383fee4ba7903a8b4eff73238a098d15b 475 0.78/1.00 vMB 43
372,759 372,759 0000000000000000003a4a53742fbaee476b40f221495713c5b735e3710e4789 1,347 0.93/1.00 vMB 38
372,758 372,758 000000000000000008796c7319443436e5ca56e3b2d9f1410460bbf6ca9c46ee 1,252 0.55/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.