Loading Tool

Explorer IconExplorer

Memory Pool

40,965 transactions
26.60 vMB
0.06685068 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt af5d0cd43611562c2fd62275585c633ccfd8fe102882fcb49753ead4daeb4719
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root bf776c61683c42c00e081660d55a2d5ec3a61adab40ca8fa339718d10d6669e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,745
Size: 1.00 vMB
Total Fees: 0.01765495 BTC
Feerates: 265.25 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (104,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,605 810,605 000000000000000000022cf51e38ec1557444bf890b918122a78329d2393241a 3,816 1.00/1.00 vMB 39
810,604 810,604 000000000000000000041556b21fc5b2f0e0fb2dada239f20aec4023c8373722 1,981 1.00/1.00 vMB 21
810,603 810,603 00000000000000000003c7b261d6d6a54a7b93e909461fbcbad19952517acf9d 1,578 1.00/1.00 vMB 11
810,602 810,602 000000000000000000012b9fab3fc4421319edf989800e4c928e1c4cedd7961e 112 1.00/1.00 vMB 2
810,601 810,601 00000000000000000002e37c7cb03624079e7b627755387a8e571ae6553192bf 610 1.00/1.00 vMB 5
810,600 810,600 0000000000000000000385be664295e8283ace036ad68a20297994a8e6a05ca6 3,261 1.00/1.00 vMB 18
810,599 810,599 00000000000000000003213255f4257233cce8be19aebac5174c492d0d49bc63 2,234 1.00/1.00 vMB 8
810,598 810,598 00000000000000000001833bf9e862b5e8457149df872cf7a5e4d6523fabcb4a 1,147 1.00/1.00 vMB 18
810,597 810,597 00000000000000000004118e03429e68b50876bf07b06b6a01ba3b113428c531 1,545 1.00/1.00 vMB 13
810,596 810,596 00000000000000000004d7b36f90d4850e3aad7c4e4ce33afa5c4fddc5903bad 3,586 1.00/1.00 vMB 27
810,595 810,595 00000000000000000004d1c820275ed81cfda57e2b71f4d364b762062b8e09e1 1,624 1.00/1.00 vMB 29
810,594 810,594 000000000000000000005c3aeff7d34bd9d9dd90284dfee0b6bece7ddc4bc2cf 3,364 1.00/1.00 vMB 38
810,593 810,593 00000000000000000000028c8d46521cd2dae6cb11499db63cee04d927136bab 2,379 1.00/1.00 vMB 3
810,592 810,592 000000000000000000019ca50d04cfbd51adfc79e6497309f57a89d2ff0a5983 2,048 1.00/1.00 vMB 15
810,591 810,591 00000000000000000002b94bcdb49cbe7e887c23af8dee0c7830c5acc23cba24 2,778 1.00/1.00 vMB 20
810,590 810,590 00000000000000000004e5c1c9e7d9a9e6c309dd8d29b839cbc5d17acb9c8e2b 4,093 1.00/1.00 vMB 39
810,589 810,589 00000000000000000000d8e12d95b321e267a5aa3a9f22d848a80893572ef5d3 1,642 1.00/1.00 vMB 5
810,588 810,588 00000000000000000003a2dc0a9bb60a8d149aa355791acfbdc73e63ac18e0dd 3,686 1.00/1.00 vMB 28
810,587 810,587 00000000000000000001f3b9e63f34d1cba53609e6a863c8a61a595e3114d6a3 1,899 1.00/1.00 vMB 21
810,586 810,586 00000000000000000003a85f4a589bec10e7fd9b2acec449af221cdfa1161999 692 1.00/1.00 vMB 6
810,585 810,585 00000000000000000001dc4d2be5b2b28b0c971d096bae3eb12efe290ccbe27f 1,333 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.