Memory Pool Memory Pool Refreshing

9,028 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (451,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,520 456,520 000000000000000000ee314021ad00c02229e19e011e7101f7877bd93666afc7 1.00 MB 2,253 209
456,519 456,519 000000000000000001c857012adb98fd6fd05202ba548a3cdd78ee11168c413f 1.00 MB 2,369 209
456,518 456,518 00000000000000000050ba22c66c61cf0eb74a1386ebceb50a7fb829bd532b38 1.00 MB 1,776 149
456,517 456,517 00000000000000000080a9393c677251ba0a1a03268888f32507851c29b0b413 1.00 MB 2,862 204
456,516 456,516 000000000000000000eaf950889ac6dcb7670cab6e4aee0233545f44abaa3c68 1.00 MB 3,241 236
456,515 456,515 000000000000000000276f2af28c8986fbabad6a216e3da632c5664bee30ab69 0.99 MB 2,186 153
456,514 456,514 000000000000000001e57880206c5647e1821054dedd762a98911fab52651ef1 1.00 MB 2,519 149
456,513 456,513 0000000000000000020b14bd13eda7ed5ba2ca6c096bcad73fb432c96a2cbfdb 1.00 MB 2,867 176
456,512 456,512 0000000000000000017abffb13236d88c975d64e88ef5ba84256f969a5abd9ad 1.00 MB 2,715 176
456,511 456,511 000000000000000000652a7fd5cdb2203127644e4c853c2c4fd6609fa4504557 1.00 MB 2,706 182
456,510 456,510 00000000000000000141011d23606c9031f3aa2094cf4b0c591d5505ac4f6c39 1.00 MB 2,988 149
456,509 456,509 00000000000000000095c5eff04e1a7c13b786a0f026fdcc01a2e9feeaa0d857 1.00 MB 1,984 157
456,508 456,508 000000000000000001b6fcb73a9560f3ed682a7d4712fa6cff60fbbd20b48855 1.00 MB 2,514 177
456,507 456,507 000000000000000001896a26a3f28dfea5226278382fcb367290473ca9f427dd 1.00 MB 2,575 147
456,506 456,506 000000000000000000b99e1ac1967abe34e457fec4a6c678f7ba62042a0d6b90 1.00 MB 2,365 193
456,505 456,505 00000000000000000128b8b9d4b257c4b241810e28dafef4c189c97f7601598a 1.00 MB 2,649 188
456,504 456,504 000000000000000000faed826d1f152007cc608855488c86dd772ddecbca911e 1.00 MB 1,637 145
456,503 456,503 0000000000000000022d2917a4324af09d327b99c4c89527be1893d3f06f8c44 1.00 MB 2,618 201
456,502 456,502 00000000000000000232633234e280e782973efe2ca17ffe233b56031b5595d2 1.00 MB 2,332 179
456,501 456,501 00000000000000000047916f58ed99460de7299116f5c1e45fb17803bb0a81e9 1.00 MB 1,947 192
456,500 456,500 000000000000000000496d2c39ce331953bfd6ce5c51bb20f16c8aecc8bf2ff4 1.00 MB 2,015 200
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.