Memory Pool Memory Pool Refreshing

9,267 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
908,576 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,590 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,575 (812,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,535 96,535 000000000004e7c5afee9044f0d8aa0f7a46a4ef2d5d33ac80206ce461cb8a2b 0.00 MB 2 0
96,534 96,534 000000000000065f1c3a42acc69792a93c9d15a93964b2c27d7a759a854de8c3 0.00 MB 1 0
96,533 96,533 0000000000055d27bac78e270609d452d69fa9939a93bd3660b1a62d64312e35 0.00 MB 1 0
96,532 96,532 000000000006159482ae428c18ecbcaa3541929a4571f6f07e1db53478b7b615 0.00 MB 1 0
96,531 96,531 000000000004f65708bce54f36d7b7981d456e2868e3f8e0bedfe2c1e7fe9373 0.00 MB 1 0
96,530 96,530 000000000000197b37cc2c0fb6cf0f9cd02f669af35a09247160c9cd602e89bb 0.00 MB 1 0
96,529 96,529 0000000000056efaf25e6acb4fbe3299d2da1535c0c98c67d84b3331b08f6d96 0.00 MB 3 0
96,528 96,528 000000000006b7e8b789c81593e5a112fed8cde01e5c026d8c3a8a0e4626f41e 0.00 MB 2 0
96,527 96,527 000000000003e189a14415f878bbc8c0d067e4048245c339cffab12ee0dc717f 0.00 MB 1 0
96,526 96,526 00000000000405a72f5b706191f36ffa720823efba673acdd03040e93bacc399 0.00 MB 1 0
96,525 96,525 00000000000145fa7549ad23ec1d5fd0adca68bf439ec460738058fda3f4870b 0.00 MB 4 0
96,524 96,524 000000000003b4c0a43eb1f833be443e5a555beefc4483b9e64894e4c3b57543 0.00 MB 3 0
96,523 96,523 000000000005d8030f1cf1439862bcdd60c1488b7b6c994a61f306f46ad66fd7 0.00 MB 2 0
96,522 96,522 000000000002e558fffc3e039a45b7425b05b51e3e397d4ceedb756695507f28 0.00 MB 1 0
96,521 96,521 0000000000078545915d2fa0ca7627cac18cb62ce5e40627ebb0ebda2763b18f 0.00 MB 1 0
96,520 96,520 0000000000055341366a2798278be822d29be44d417d3db6fb9d4e3915432a77 0.00 MB 2 0
96,519 96,519 0000000000015db08de5e8c958fb9e02bec8794a40a9ac9bf25a5915adba2eaa 0.00 MB 4 0
96,518 96,518 000000000006f059a3f378e3ab19a88fe5034b34e8c1b91f4b51e164065677b1 0.00 MB 7 0
96,517 96,517 0000000000034485f3c750fdb62afd484f8fd32bac623159509c31d65bcaa0cf 0.00 MB 1 0
96,516 96,516 0000000000048a4426c2490051daef6f2f062de014c8d1f2361785b8ce0edd9b 0.00 MB 1 0
96,515 96,515 000000000006a25233ca4d4dbdd390df4ae5ae42ad3517e7ae7918223828e504 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.37 GB sent, 100.83 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.