Memory Pool Memory Pool Refreshing

3,825 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,713 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,535 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (60,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,948 846,948 0000000000000000000054bb4e4d63062a3e031f496f0a6ff29573371e8a3eb0 1.23 MB 1,297 312
846,947 846,947 000000000000000000024d01d3574de0fef4eba5bcb68b6618da14c1945dca35 1.19 MB 1,053 296
846,946 846,946 00000000000000000001261cae018c5aa025ccfd52de0a74afb225a4d498a8bc 1.28 MB 874 285
846,945 846,945 00000000000000000001d5cbe9957bcc16f4fc733f21bdd97bfa9be43e115f44 1.07 MB 308 281
846,944 846,944 000000000000000000001a5871a9cad731dd70b8a42e2630f2e126f23d2dc94d 1.22 MB 1,080 301
846,943 846,943 000000000000000000034e50935af9a413e2356cb368868f1d96da3c4db24b89 1.30 MB 1,900 357
846,942 846,942 00000000000000000000d151c9f7e56a4b0c4ce95df309d2b1bf0f16d8081d59 1.21 MB 775 315
846,941 846,941 00000000000000000000f904f979a11a1937cae24e21e41dbf076765e3b854cc 1.13 MB 830 309
846,940 846,940 00000000000000000000f29ce801e65cd198a6b894dcd043a52b81386b77ecd7 1.33 MB 1,962 371
846,939 846,939 000000000000000000017c040b3a60cc14ba296afba8412240d2632faec09586 1.28 MB 1,167 354
846,938 846,938 000000000000000000014c4ef9a356baf23a07bab1db9961b5b1f794c25ef7eb 1.14 MB 589 329
846,937 846,937 0000000000000000000182393eb864188dd737541c22f42e49591e99e6bdb6b5 1.13 MB 615 342
846,936 846,936 00000000000000000001104024737dfd50fbfb4927cfdddad832ff33fd6ec2d6 1.15 MB 658 356
846,935 846,935 000000000000000000030462757c08878ab121d6f2d712e73afa504aaa880f19 1.20 MB 1,161 384
846,934 846,934 00000000000000000000eae8f66f084573628ff589318b6ebb40c908f84af773 1.14 MB 736 388
846,933 846,933 0000000000000000000200fc0d2a4ace93b6da55f436de1df55248a4ed34fecd 1.16 MB 896 403
846,932 846,932 00000000000000000001c84d88c5e1290f2a5e0b603d4c764b7713e874a28b89 1.25 MB 1,244 418
846,931 846,931 00000000000000000001b4bf3c8c57a758736d0f26c1ee427cf152c0f4a0d0cc 1.10 MB 548 394
846,930 846,930 00000000000000000001da46b9270bab6605e83f0b3d8b30a2f46b67ae32bea5 1.28 MB 1,711 448
846,929 846,929 0000000000000000000191f1d2952fd0a5f3f51efe3745b56f910683d5ebc5a8 1.14 MB 961 418
846,928 846,928 00000000000000000001baed8ed665e2127ac24be510a49b68fd70fbea8c110e 1.21 MB 1,001 454
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.