Loading Tool

Explorer IconExplorer

Memory Pool

81,426 transactions
32.09 vMB
0.08458144 BTC
Random Selection Loading Transactions
Max Size: 192.55/200 MB

Candidate Block

Mining Attempt 45d5ba37839371ad30e17ea7b8a59315254c548eeaace67f5cc081467a7b9554
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 9d9e78b336bb568d27fb5af34dfb824a54cdb707c81c0a472be38b24cd248261
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,250
Size: 1.00 vMB
Total Fees: 0.01374237 BTC
Feerates: 119.03 > 1.38 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (401,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,502 513,502 0000000000000000004bcb216ecfa894326b150ed5f6b5b3c97ecc3dcddce2a5 2,039 1.00/1.00 vMB 32
513,501 513,501 0000000000000000003be2afc75ce2b94d4685519e04905c139de6252be24553 1,517 1.00/1.00 vMB 39
513,500 513,500 00000000000000000045b3ec36026565866125f5745c9548c6374a15a5a6326e 2,057 1.00/1.00 vMB 29
513,499 513,499 00000000000000000004b40bf81d88b943bbedf1f29f33955e220871fe456aee 2,355 1.00/1.00 vMB 12
513,498 513,498 00000000000000000004c101edd8a9d1141077155766cf45bb5b8deaa89b5074 1,509 1.00/1.00 vMB 25
513,497 513,497 000000000000000000195403ba489ac1d12d9a476ee1360924cd43a3a0f58397 1,487 1.00/1.00 vMB 43
513,496 513,496 0000000000000000003fc10cd5cdad9e22a7eb8025c0a8d3dc434421554f9f14 1,800 1.00/1.00 vMB 19
513,495 513,495 0000000000000000001390fce9c9b5726358aa3ba7b8ab7865576c5b8b75eebe 729 1.00/1.00 vMB 40
513,494 513,494 0000000000000000004f4ccde2c2ed539b9f4140a7e17db97b93f9a0a7db3193 1,242 1.00/1.00 vMB 68
513,493 513,493 0000000000000000004a898707a800f873ff8e76dc2bee2a4362e785357bd25b 1,796 1.00/1.00 vMB 21
513,492 513,492 00000000000000000006d23d26c6058e3482217030c3c99ff36255686cf7a4b2 1,572 1.00/1.00 vMB 72
513,491 513,491 00000000000000000001239b26d2424a97c679be1b839abdc06fa9a624bb1055 870 0.42/1.00 vMB 24
513,490 513,490 0000000000000000001c3a4ae618e1179e678a500affe5df5e51861105332a9f 2,201 1.00/1.00 vMB 44
513,489 513,489 00000000000000000051acff3a1ace7c6ffbf462732026d0ea825de0d8aa6c21 994 0.69/1.00 vMB 33
513,488 513,488 00000000000000000014889d7fa210386c1a1344a1a8339fb73486cc142daf5b 1,438 0.68/1.00 vMB 40
513,487 513,487 000000000000000000259a4857711122925deb8b4d9154ecb774d924c30703e3 401 0.26/1.00 vMB 51
513,486 513,486 00000000000000000020436a19f4772283e739a4dbd171be51214f5fe73c6804 742 0.50/1.00 vMB 27
513,485 513,485 000000000000000000449cdea9d6a2c605b38aaaa3ae7efc2634c7615a08fcf9 2,054 1.00/1.00 vMB 18
513,484 513,484 00000000000000000015cdb5861e506b350f083d43877614be3d8deee37ecf8c 2,430 1.00/1.00 vMB 63
513,483 513,483 0000000000000000003f37b4c98c567196c80255d670f2c5182390471d8910d5 2,059 1.00/1.00 vMB 55
513,482 513,482 0000000000000000004c8cc2a8feb384a3e2d5d54a597b08131bcd851a1c5ee9 1,096 0.68/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 697.31 GB
    • Received: 16.55 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.