Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,512 transactions (1.13 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,886 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,065 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,885 (30,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,219 881,219 00000000000000000001065238749636e1f3c486bb6ac607fe8317f00701e314 1.59 MB 3,739 7
881,218 881,218 00000000000000000001211bb4ca20d46d7bb36cc9b0df149d7e5d59c379dfc4 1.41 MB 2,707 4
881,217 881,217 000000000000000000008b458c6adaf0d736f05e1288758cd2d6c2f7451a22c7 1.58 MB 2,729 4
881,216 881,216 00000000000000000002357fac5d22bbec3cb360b5f8cebaa3f0a8fc166509ab 1.62 MB 4,018 5
881,215 881,215 0000000000000000000250ef7468e36ec247c4b60ef171a6e532871435fbc1a5 1.57 MB 3,555 9
881,214 881,214 00000000000000000000f987ca9742b46bbf4cc6512935b7bb8487bcf3c25c4e 1.96 MB 1,214 2
881,213 881,213 00000000000000000000ff9e515a568e3b6bb2be35f32634bc5d13107fc2a0e9 2.09 MB 152 1
881,212 881,212 00000000000000000000793cf3283928189f60b785e34c507f51f9a83f05f5fe 2.05 MB 471 1
881,211 881,211 0000000000000000000140110cbbba9a8a37dc2af0b35bb943dbe2083a50576f 1.97 MB 1,523 2
881,210 881,210 000000000000000000002b3e5d494ec3b85b3f951cd297d560415d062b488489 0.38 MB 587 4
881,209 881,209 000000000000000000019de5ee37f09625d77f5895f1d24eaeb51a9c800ab615 2.02 MB 416 1
881,208 881,208 00000000000000000001a59273398c45d3c16d1f82aab52bc4fb45b42814e5e0 1.84 MB 2,874 1
881,207 881,207 00000000000000000000d2e2edd1f6b361ae63fae6468a0357fa97e49082c558 1.87 MB 3,211 3
881,206 881,206 000000000000000000018d01068a9d95d53f13350f03608c6c745b8edd14a130 1.70 MB 3,511 5
881,205 881,205 000000000000000000016c3d707eca7e71336f2caecdbc7043882cc43d3b2af4 1.69 MB 3,107 6
881,204 881,204 0000000000000000000006601975df0cc4b1f26781d973aa45189bea04f2d1b6 1.77 MB 2,852 5
881,203 881,203 00000000000000000002255b086bba79f3a74455b0115fb0e635e3799b43cf3b 1.62 MB 3,730 9
881,202 881,202 000000000000000000000e20a08f06249eb1bfcf35b497fbb1a13c62bf9a7806 2.00 MB 836 2
881,201 881,201 000000000000000000024f31917d3a33a2a80aca2aeec6edef901895baa81867 1.72 MB 1,715 2
881,200 881,200 0000000000000000000169b8ad978a3a071a780a47d95865c1cc67b40877b94e 1.66 MB 2,080 5
881,199 881,199 00000000000000000001a48b072a764b5140fc440d64d5983baf05ee04369ac6 1.58 MB 3,223 4
Previous 10 blocks ↓
Total Size: 776.87 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,475.06 GB sent, 132.85 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.