Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,210 transactions (3.54 vMB)

Priority:

  • 1 sats/vbyte = (11 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,586 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,893 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,585 (827,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,579 82,579 00000000000269640427a3571c0b2538306f33ebcf11f87f6d51bbedb4a69a98 0.00 MB 2 0
82,578 82,578 00000000000bedcaf790ceeb144eef63831eb974799e8d4bf6db34e4833c35df 0.00 MB 2 0
82,577 82,577 000000000012640ed8303dc280d2cbca01a802c3f7f3f770b07cd3e209a0ad7e 0.00 MB 2 0
82,576 82,576 000000000022f386d93d804a4b36902d8081c511d1654840d895b350544acbbb 0.01 MB 3 0
82,575 82,575 0000000000472c93dd67acc277b6bd29754a50e009b0e32ec7035bfa03b17b44 0.00 MB 2 3,875
82,574 82,574 00000000003570b2ce009c2e6a59d6a8fedd8addaa284742df67e81262b70b21 0.00 MB 6 795
82,573 82,573 0000000000097225a101c3b8e07f13f66423ed1f39ad14837c29ce98bdb3a064 0.00 MB 1 0
82,572 82,572 000000000006b21fcc4b8b045390eb93a9665569b837506035d64e239da6e0ce 0.00 MB 3 0
82,571 82,571 00000000003d9982709414a573eb3eceebbad84aaf530fb012cfa0516eaf570d 0.00 MB 1 0
82,570 82,570 00000000001f49a6b323d94ca1fb2c88c424c81e43915b31c20d051c4ad1a1cf 0.00 MB 1 0
82,569 82,569 00000000003ede5be5aca96ee02557893ea5ba80060de9fb50e640b88c6baaf2 0.00 MB 1 0
82,568 82,568 00000000000f1bd15d50801dd7f65e02532c918c3b8e868f6fc38ba24b46cf6f 0.00 MB 1 0
82,567 82,567 00000000004161b8cb60ae9dc4ced01a2b85c986a6e5e510ab68e5ab80c4942f 0.00 MB 2 0
82,566 82,566 00000000001b09d1dd3a77de0aa8adf898261124420ecf7b9f753db874ba2e2c 0.00 MB 1 0
82,565 82,565 000000000026bf2557ffa2d8e4d16adc596649f9df2a920eafb483de636eaac3 0.00 MB 5 0
82,564 82,564 0000000000181811b9afb8b2d7de569339f183c32c47362707427fa2dfff8285 0.00 MB 2 0
82,563 82,563 000000000010af0b2e16eb5b9c3dc7c94e77018ec1048e51743ce70f09cf0248 0.00 MB 3 0
82,562 82,562 000000000003966d82b4979675a8713413567fd0b025224d612a56c7dfa730cb 0.00 MB 1 0
82,561 82,561 000000000019c24e0134dd9b67386b56e81c73d92aa2630eff6b864d83167b32 0.01 MB 26 2,535
82,560 82,560 0000000000259b2a0cf86d8c944b388bc8570bf20d7aa4a5357019cbb6353c0e 0.00 MB 14 3,879
82,559 82,559 0000000000446e9878b2abe2c0299be96b9f876efd65fda4482990da59e081d4 0.00 MB 2 5,208
Previous 10 blocks ↓
Total Size: 772.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,094.76 GB sent, 111.52 GB received

Notes

  • This page updates every 5 seconds.
  • 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.