Memory Pool Memory Pool Refreshing

4,653 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,399 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (546,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,422 361,422 00000000000000000f023539382324b6b9c4d9d54fe2883bcc273dd4e079e124 0.03 MB 47 15
361,421 361,421 000000000000000004fe33d16d1ff93afe5d41a064ffbcdbe6ded7693a4e3fcb 0.44 MB 653 22
361,420 361,420 000000000000000002fda5253d2eeeca67e01cecb8ef32a9e9664ab2883a09c8 0.30 MB 556 26
361,419 361,419 0000000000000000016d8eed30c78d303e1493336094c39bf2a826a0d8934065 0.25 MB 181 27
361,418 361,418 000000000000000003809a83ac9b3379f774904976b57568bc449ced000d3d01 0.57 MB 651 25
361,417 361,417 000000000000000010e7b091e96581b2d9de87ca78f2e09e990b956c946faf5b 0.90 MB 748 24
361,416 361,416 000000000000000006b97a226f2f05888ccd99265b5e5aa31223b3b7a743d47e 0.00 MB 2 0
361,415 361,415 0000000000000000086aafe5a389ad57f0c85b94d2e289e5ae3372b07592fed9 1.00 MB 2,580 32
361,414 361,414 0000000000000000117f8f1c413d3b0746e961d95f773db5d81f8064bdcc0468 0.07 MB 126 23
361,413 361,413 00000000000000000f0dcad0ff95f32c5ea8c884fdc4181179c8a5bbd0126822 0.07 MB 129 30
361,412 361,412 000000000000000004e0e238d4c49f28c372311b008088537f9e9a93dd223a27 0.31 MB 308 15
361,411 361,411 0000000000000000095dcc844786da20056c4fa550b9cc859970c4fc27f279f2 0.99 MB 1,942 28
361,410 361,410 00000000000000000d9acee045d6222ccf6fd3a8dec5b5818d6f41f87e1590b8 0.21 MB 387 22
361,409 361,409 00000000000000001122738251ddb5c13383d51cfc94d6e1d51861c59c433a80 0.26 MB 294 8
361,408 361,408 000000000000000011d1c71781dde8e3a87c7761ef08c3fff0ab43b55d4eed36 0.30 MB 549 26
361,407 361,407 00000000000000000297bddcbefac153c4f4d74c833c84f21c62b17c90f04d8a 0.57 MB 502 17
361,406 361,406 00000000000000000e3973a5ceac43f7470180a61b3fec5a030f90848a63f103 0.75 MB 1,860 36
361,405 361,405 0000000000000000062ccdb78222d0df36220d9cae109666e1f80045725e7b11 0.36 MB 668 27
361,404 361,404 0000000000000000068108b23a16b23f80fe76ae10dbaebd39d99eaa335d774e 0.29 MB 504 39
361,403 361,403 000000000000000010d6deb55e6abd74f5fd4820c55bad3f944e65e7e20e42ee 0.11 MB 250 33
361,402 361,402 000000000000000007c13409d03bea7a2c31711d5d8fc372406a2883ab6eabfa 0.14 MB 250 25
Previous 10 blocks ↓
Total Size: 769.17 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: 1,632.86 GB sent, 93.74 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.