Loading Tool

Explorer IconExplorer

Memory Pool

82,036 transactions
30.91 vMB
0.07855210 BTC
Random Selection Loading Transactions
Max Size: 189.68/200 MB

Candidate Block

Mining Attempt 8fa4d1845e0954f329630bc5cf822d2c9abaf3480083c4863911e1900b952a1a
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 24fe0bd807222b876d94ba33abafe64dc91141de5011e78161acfff60cb0e78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.00895412 BTC
Feerates: 301.05 > 0.90 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (310,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,566 604,566 00000000000000000014d66da0d59fafae843d1107894d6cfee0506d017b3902 3,082 1.00/1.00 vMB 14
604,565 604,565 00000000000000000010267f7e1330e86ccfa0ef768d5aac97d6a643c2ec61af 3,483 1.00/1.00 vMB 40
604,564 604,564 00000000000000000005805bc68fac87b300a7a5a8194f194332745227db5124 690 0.18/1.00 vMB 22
604,563 604,563 0000000000000000000e15643f2b932dd2f45b61290899effe943bd7e041e1e6 2,297 0.76/1.00 vMB 4
604,562 604,562 0000000000000000000239bcc6bc69756c5b038f1ea1dd1617a051a85a2a9ba6 2,506 1.00/1.00 vMB 21
604,561 604,561 0000000000000000000a5fbfde75fc59378f51cde6f88a17d86dae9e28fb59a3 2,673 1.00/1.00 vMB 7
604,560 604,560 00000000000000000000f6f6794b83d9b97450e74f0f60f768065ef4a68ecc0b 3,475 1.00/1.00 vMB 21
604,559 604,559 000000000000000000085e0736f158ef11aca7ce609a1f3408ca0dd59c6f0383 2,631 1.00/1.00 vMB 25
604,558 604,558 00000000000000000004a43aed3d30cb97f1a1d93e1d40191fd59bc208cc36a1 3,111 1.00/1.00 vMB 33
604,557 604,557 0000000000000000000d3450b5e486359880b00ba72e359e3446c0e4131bb8e1 2,954 1.00/1.00 vMB 50
604,556 604,556 00000000000000000002abc37bf42b227d5f43b61b5a4f9b6231fbd5684d16e6 2,629 1.00/1.00 vMB 21
604,555 604,555 00000000000000000013143bc5cd49c82669244b4b4a3082fecca68027d583cc 1,259 0.41/1.00 vMB 18
604,554 604,554 000000000000000000085e3f87ebc164bf16f307ed8d3338b36718f9fa791220 45 0.01/1.00 vMB 30
604,553 604,553 00000000000000000000491012d0d10a413f551c8bb8941971388066aa991a13 300 0.12/1.00 vMB 15
604,552 604,552 0000000000000000000283abf242159f408d96c95cba9911c8d277aa4608f545 1,099 0.45/1.00 vMB 17
604,551 604,551 0000000000000000000307c64402d61b88b29841a40699f8bb991c1cebdbbeb2 1,733 0.59/1.00 vMB 15
604,550 604,550 0000000000000000000cbf9567d7ffdb4c946a30e1125cb075858aada515fdb9 1,048 0.32/1.00 vMB 20
604,549 604,549 0000000000000000000b45b44d04225a54239417a714d1e0edd251613175b6aa 2,275 1.00/1.00 vMB 7
604,548 604,548 0000000000000000000a33a40f0fe38fc961acbd534a766cb22cb1a721c77613 3,340 1.00/1.00 vMB 30
604,547 604,547 0000000000000000000e6fedcb0e3f5660b0e410123ba9075b0beb85b7fe2fc6 3,453 1.00/1.00 vMB 20
604,546 604,546 0000000000000000000b1a15e1e3ce63aec8e002ec68678b8dae94e976e96247 1,390 0.60/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.