Memory Pool Memory Pool Refreshing

1,685 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,881 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,673 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,880 (11,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,539 896,539 0000000000000000000152247308fbec2335604962d093ad635657e5906b2f2e 1.59 MB 3,488 6
896,538 896,538 00000000000000000001d9179fdd83fa30b8fcd0e6b5eba5cc2790d6db073110 1.30 MB 820 2
896,537 896,537 00000000000000000001d2e5131978ff23f3edefb2db3633672f3843c27e46e3 1.36 MB 287 2
896,536 896,536 000000000000000000021a63f3f618687731b83390a54ab999f195a64dde9013 1.99 MB 1,241 2
896,535 896,535 000000000000000000002a44223cb73ae43a51c383ccf97a0f30997ab20b0beb 1.91 MB 1,710 3
896,534 896,534 000000000000000000011a7cf29572a745623081c1b9a6a621a476c9beea6a38 1.85 MB 2,243 3
896,533 896,533 00000000000000000000181fa4250c5ad6ad0b1f639af88a48037d6a76b4c916 2.13 MB 361 2
896,532 896,532 000000000000000000007a09ce359cfe04a5e1bf6173fb53d53cce7940bbb91a 1.70 MB 3,360 5
896,531 896,531 00000000000000000002552df0ad6278362320e973a56b7a06fdee8b442684e9 1.70 MB 3,907 5
896,530 896,530 000000000000000000002400408e9b4499c8047f5ab0bb9727bebceba02d64e3 2.14 MB 244 2
896,529 896,529 00000000000000000000b0b5fb298ba391e7c5b1d8ba7ccdcd5a98f95f0bf5f6 1.66 MB 3,587 5
896,528 896,528 000000000000000000005f50d992cf979b80de5cabd695ae36392643e9780f00 1.44 MB 1,805 3
896,527 896,527 000000000000000000020a55bde044e8713790e96f62aadf4f3daa53a14599a0 1.64 MB 3,701 3
896,526 896,526 000000000000000000010396af18e61603599bf6e6bef5c499318208e5ac5c1d 1.60 MB 3,671 7
896,525 896,525 0000000000000000000004de903c95d8bb9aa5d3d5dfe67affe7d171e7034f6b 2.04 MB 2,134 1
896,524 896,524 00000000000000000000534dbde6ff8a288793bbc9b0160b71a6d6b3c319aac3 1.48 MB 2,285 5
896,523 896,523 00000000000000000001a66220a6337c8ab94e5421288ec0c96c521a01c3ddbb 1.78 MB 1,980 2
896,522 896,522 000000000000000000020637a18fe7feb7dcf48b67b006aab130f62e868f4a98 1.79 MB 1,017 2
896,521 896,521 00000000000000000000dabb10e17f6641d522cf04df34478b2c6c5e0c114a19 3.80 MB 235 1
896,520 896,520 00000000000000000000de246c86aca43ff64facadab0c4fc8b6b80ce10b64ca 2.14 MB 1,525 2
896,519 896,519 000000000000000000022bfe8305b073cbe8667fcfb0e639951e4095c2944ec5 1.40 MB 1,611 3
Previous 10 blocks ↓
Total Size: 769.32 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,643.05 GB sent, 94.55 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.