Memory Pool Memory Pool Refreshing

7,062 transactions
5.92 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
906,954 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 2,391 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,953 (558,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,548 348,548 000000000000000012217d4273b0f1bd55502f0621c7e90ec0bac9dc94dbd0d3 0.12 MB 112 5
348,547 348,547 00000000000000000bfe8e7dee34e6c6e48aeed751b652db82158761edec7742 0.10 MB 128 15
348,546 348,546 000000000000000013bb6826f61887e748c4ff083f356cb0e64eeac241d8204a 0.50 MB 1,038 29
348,545 348,545 00000000000000000bbead70201af9872427285658072a00be3e1c6769ac1f9e 0.05 MB 72 10
348,544 348,544 00000000000000000077503030baeb980efb72f51e769bdcc088bb67b4949aea 0.49 MB 394 12
348,543 348,543 0000000000000000081385c2a9ba3756c516b12e43fff424f8336a8e30540df3 0.99 MB 1,093 15
348,542 348,542 000000000000000008f02971228fad04ace06ac20cbedfc602fefa2001d5f156 0.34 MB 601 24
348,541 348,541 000000000000000006c420dec12c9df372697b0b51d2e22df9916a527c92c9b1 0.40 MB 884 26
348,540 348,540 00000000000000000c1766df9c8749dd1092868f9b40285ab0c45f8ac481689a 0.14 MB 266 25
348,539 348,539 00000000000000000408db91ecfadc1e8d706f4c76e6baca3bfc1d7484100612 0.02 MB 60 23
348,538 348,538 0000000000000000101256d53a6b75ad516ca452047c1d5e489f5eacf3633f04 0.51 MB 982 25
348,537 348,537 000000000000000014bf7f82198d11127421903cea0fc129064bbe0986d63b37 0.02 MB 34 43
348,536 348,536 0000000000000000053accd6246c47994b993249cd0f3fcac1a1357da94f8d1b 0.19 MB 398 27
348,535 348,535 000000000000000010a875af3a18884e3897479ceb1afa4cfb5d32ace532e714 0.05 MB 136 34
348,534 348,534 00000000000000000c5e426a2b62c805429a37f3c26a6130fb46db2461db5d33 0.02 MB 68 34
348,533 348,533 00000000000000000d72bcbdad539602b32defd3f994b4c82b9867b7af5666e0 0.10 MB 229 24
348,532 348,532 000000000000000000bb9e52645812166a4cdc072527ca3aa23152f08fb2d1a6 0.74 MB 1,558 31
348,531 348,531 000000000000000015b86c1bc40109ecf18840a7dd1bf0f31e8ccf79a7c9f206 0.20 MB 332 21
348,530 348,530 00000000000000000de3c9289fa47aeaa68cc7a2410f64409e3e0d9b0ab79d2b 0.22 MB 452 26
348,529 348,529 000000000000000012379f16ec3219fc636f11b0e8b7b936d1e188d8bb67df7f 0.09 MB 181 25
348,528 348,528 000000000000000010138db50aed5efb47e11bb1f65db9ce46036b7162d583fa 0.02 MB 48 18
Previous 10 blocks ↓
Total Size: 767.57 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,517.79 GB sent, 85.07 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.