Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,313 transactions (3.10 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,281 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,029 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,280 (873,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,566 35,566 00000000036dc3b23773d3c91bf4e3b2a499651bc269746f127c627806e96a0f 0.00 MB 1 0
35,565 35,565 00000000803776ab2dc15b789a3304ce3dae68e19d28e5782fe9dc2e0b122ba7 0.00 MB 1 0
35,564 35,564 0000000009c62b5fe55850c190fa901d1bdfc45406bb1c8e7e5692ac70221c22 0.00 MB 1 0
35,563 35,563 000000002874be79c805a3cf74adb49f3d6f45235b8a18a0b3600cda23d06b0d 0.00 MB 1 0
35,562 35,562 00000000607f63e3ef95bc7294c258dde2fef6586e91d3a52c3246b0f0dbdf8d 0.00 MB 1 0
35,561 35,561 000000003a99fa77a3aca6b03eb7457080fb5258d3d6a537564ca9999caf48c3 0.00 MB 1 0
35,560 35,560 00000000186d7071c448d52be18c34891700ba0426d21c550de6a933a1b09c33 0.00 MB 1 0
35,559 35,559 0000000076e80063cafa7cc5f63a3e8b70a3eb028269e4a7bd93a663916c0b6d 0.00 MB 1 0
35,558 35,558 00000000c1f32d1619118fd926567265a0aa3ba4f5badb7cb628739cfa5812b1 0.00 MB 1 0
35,557 35,557 00000000b3c2967f719b03002a65d289b55070c292cda2d6580becdcccba1fd0 0.00 MB 1 0
35,556 35,556 00000000898c402132c85d565c825bdc7aacfa595dfb6a3e91619e7ad1e4bf39 0.00 MB 1 0
35,555 35,555 00000000b40e4cb6d399d3d161a0e6a375fe129712d970cdbd9c9c72240317fd 0.00 MB 1 0
35,554 35,554 000000001e5763a587f4800c2126aa8345c87fc9463365120121f1d31962f7df 0.00 MB 1 0
35,553 35,553 00000000404b23e24ef5d79d5aeadbddbcaa9094bbd4ad825a02a33074674784 0.00 MB 1 0
35,552 35,552 0000000018daacc1e3a0b879e894a6540dc4193848ada135e8067c02aa056d22 0.00 MB 1 0
35,551 35,551 00000000351bd4a6d388b021d18deb299f7da451b852c863dd6f730b38c71206 0.00 MB 1 0
35,550 35,550 0000000086420aed47386bc856251448b23ea8e558254fa8438e649930925b9c 0.00 MB 1 0
35,549 35,549 000000003838ea2b1cfd138103ca41d70f547ba1f87960c76c222b37e1f3d18e 0.00 MB 1 0
35,548 35,548 00000000c10c4d0ad7495441e83fdb5853b00fba0b9f826dc94f9281d4a74ddf 0.00 MB 1 0
35,547 35,547 00000000285be000177f9d6ea99c9d65c94b075054822daa1312b71b0587a4c5 0.00 MB 1 0
35,546 35,546 000000005318c6de76b92ecc99927b1f53f5f34e6cb799c9ab1b24040b8408ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.06 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,046.76 GB sent, 108.35 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.