Loading Tool

Explorer IconExplorer

Memory Pool

78,686 transactions
29.15 vMB
0.11844317 BTC
Random Selection Loading Transactions
Max Size: 175.85/200 MB

Candidate Block

Mining Attempt d19d41fed1a927828a218b33f92d0d955ea5e436cfe73b1a59626f4b33271e1f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ff888ba6abe64a42d921d60cd51a0cd7f5f552fe0ac2e6dd87bd87a385c56d8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,094
Size: 1.00 vMB
Total Fees: 0.04278740 BTC
Feerates: 150.80 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (550,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,570 364,570 000000000000000001784e4fde099b59970fb53c3fff8452df8e29737cc04f42 1,675 0.93/1.00 vMB 41
364,569 364,569 0000000000000000067b45bbc1ea08752f8f18df451d60ce131c67cf0d7d6391 2,760 0.75/1.00 vMB 118
364,568 364,568 000000000000000010b739e9de2984b36dd5e3013744c8f44ac0ec0bf3d29f30 4,721 1.00/1.00 vMB 30
364,567 364,567 000000000000000007f16ca130ca8e7df47453f1faf3b0131593d4baaaed675a 1,236 0.93/1.00 vMB 40
364,566 364,566 000000000000000008360c45209d17a47fc4ae9c580e519323c4c7b9b2a6ab58 371 1.00/1.00 vMB 18
364,565 364,565 00000000000000000a1a8f1637684d3681cea8ec0d9dc11c31d505bee4333f8b 1 0.00/1.00 vMB 0
364,564 364,564 00000000000000000ab0b88a25216b8cc8f7b15da945a05a6d74cee9984c55c7 1,437 0.95/1.00 vMB 34
364,563 364,563 0000000000000000022ea10524e55757e79636349b5c60ea9ad8709a0997927b 2,012 0.99/1.00 vMB 70
364,562 364,562 00000000000000001428ee1c464628567ae9267e6b942a85897a35a95283aa5b 1,755 0.93/1.00 vMB 32
364,561 364,561 000000000000000001025c518221826034d711212fca2ad4b1b64b2eb399ad43 1,933 0.93/1.00 vMB 46
364,560 364,560 0000000000000000083e31ad8a018068ef268d784aacc4adfdfa9f6ea1c32d36 1,348 0.75/1.00 vMB 47
364,559 364,559 000000000000000012d4066f5850e596bf0a2d5c7d96e4d4c006cb324ab11f72 2,326 0.93/1.00 vMB 44
364,558 364,558 000000000000000011f5ad59729172400e140c54bbbf341d4a00365659d45017 2,394 0.95/1.00 vMB 64
364,557 364,557 000000000000000004f6240a64d66aa17d55c0395c9deb0b82ac5d8fa4ae0e67 2,299 0.75/1.00 vMB 125
364,556 364,556 00000000000000001632fddeef902493b545ef48849e4c69fa10fdc0d6b3076a 3,260 0.93/1.00 vMB 87
364,555 364,555 000000000000000015cd048282767afd74cc0f81eff93bb82c6a51f106519836 4,530 1.00/1.00 vMB 30
364,554 364,554 00000000000000000b21ab26bb438b2c01323b0378c84d5856d3e56926d69331 1,940 0.99/1.00 vMB 40
364,553 364,553 00000000000000000cbea8ecdaa68bb0f178c5fdf179f6c7d632bdb098322521 511 0.75/1.00 vMB 13
364,552 364,552 00000000000000000096a4415771211e0acdfeb6883c9590f808f052f9dd6fff 801 0.75/1.00 vMB 23
364,551 364,551 0000000000000000105e394129c3d5db35dc9615287a0b13619c9deca20d695e 2,422 0.93/1.00 vMB 53
364,550 364,550 000000000000000006c3cf117b747fd6aabd631a2d9b0dde80a28bf924c23804 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.