Memory Pool Memory Pool Refreshing

1,857 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,848 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (62,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,481 845,481 0000000000000000000160cbac1c075697833194ba75c62d0ed1356af209fa96 1.94 MB 3,411 10
845,480 845,480 0000000000000000000192e6f76ac8a50f793b2b8a5f15d802ab8a0749831885 1.45 MB 3,085 15
845,479 845,479 000000000000000000014b6ed922deefdc0b60eb7243104c5f43f4c79eb3139d 1.59 MB 5,693 12
845,478 845,478 000000000000000000022ee825d81116cb50bbe4d4325875f88e9de8fa63a156 1.55 MB 3,958 13
845,477 845,477 000000000000000000022852ed06771a81add6f0af45154deda56a21f6ac09d3 2.09 MB 4,955 9
845,476 845,476 000000000000000000028c6913fbe2c72db1a4c4b930c016f5b7a53b31a764f5 1.55 MB 3,255 14
845,475 845,475 000000000000000000028ea548661ca9a2f5d745710d869b7d8360042b0a2b10 1.51 MB 4,780 11
845,474 845,474 000000000000000000010a47a96a5aac02f008a90f2ad6be7262d6003e5029c0 1.51 MB 7,041 9
845,473 845,473 00000000000000000001920331af450e6730c79016050bc181e4a59257ac0491 1.51 MB 7,373 8
845,472 845,472 000000000000000000009bf57bfb220b0ede28618e585c37aba0360d64701a68 1.50 MB 5,892 8
845,471 845,471 00000000000000000001d64d761f5ca5b624e4d2714af3f5344413c9558f26f5 1.46 MB 5,652 16
845,470 845,470 00000000000000000001cf700beddc50aac6578b86b3b89396c572483d3004cd 1.55 MB 5,265 13
845,469 845,469 000000000000000000019132d0e049a44a95ce40372a5b822ccb16bb756f80e1 1.58 MB 6,131 10
845,468 845,468 00000000000000000002446a9a758da7be99ba636fbed2deb58c5f7493e7cd60 1.55 MB 6,063 11
845,467 845,467 00000000000000000001bf5854baf5d11c105612cab8cf5ce8d95ed2b9523f41 1.66 MB 6,627 8
845,466 845,466 0000000000000000000308631b6b085596ea88c3c2e943aeae254de5f9785ac3 1.57 MB 5,496 9
845,465 845,465 00000000000000000001c88be98344e4ac47283440c0888369436c8d532fb394 1.55 MB 5,604 10
845,464 845,464 0000000000000000000186478bb5863e3aa421d3fb861219ac88eb43220f71e4 1.62 MB 5,615 10
845,463 845,463 0000000000000000000169d9ce4f3b93e0c91aa98f3de131c126bb8ff2ae7f6c 1.42 MB 3,064 16
845,462 845,462 00000000000000000000074352337ea5fc4ceaf0c796756f1cfb72950d5a9c5e 1.47 MB 4,819 15
845,461 845,461 0000000000000000000181119820c92f8c9cc3662a6453b5eccf855ae4a6bac8 1.47 MB 6,990 8
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.