Memory Pool Memory Pool Refreshing

3,611 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (633,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,977 273,977 00000000000000019ee804121cd5869696dc9da4e7eb96aa94248cf772ca2232 0.34 MB 753 46
273,976 273,976 00000000000000029e143a04213c7016a56ca658af196d03a19b293e40be5a5f 0.06 MB 129 39
273,975 273,975 0000000000000005dcfe56da84c564f15a7ea0abb5711ec7fbd69f1c63f09d14 0.05 MB 70 30
273,974 273,974 0000000000000001d0f33f4aea7a8ce34b58d325b0dccd972d3841f84872ca2e 0.08 MB 206 45
273,973 273,973 0000000000000005df57a1f5ccb3d3f44ce69a82c0865abf7c47a08e4849da57 0.18 MB 393 38
273,972 273,972 0000000000000003d1cc2b6d0d44a0368399537be13b94789092eab60bdc8b86 0.63 MB 1,650 34
273,971 273,971 0000000000000000745b05cd26c50e114f41b8c89690f8e6d150304a7c58cea3 0.25 MB 482 108
273,970 273,970 00000000000000024117bafab2ae08e4e3ac714fe5c60cc8acba28a18a688e9b 0.03 MB 71 95
273,969 273,969 0000000000000003cbeefe3ad8cd699d8ea25b4812702ba0cab98b4870aea9f7 0.21 MB 444 47
273,968 273,968 0000000000000001c35c6c7ae0d9229dcb86dd30ed73f24b1601c614e69171a7 0.25 MB 669 51
273,967 273,967 00000000000000024b9124d3595557ba557a94c1365a247afcbbc095c2fffc07 0.15 MB 379 40
273,966 273,966 00000000000000033ee2165457e992eb9906a90f2cc08cb7c0ea5496187fcb31 0.32 MB 708 45
273,965 273,965 00000000000000014c38c1c248fe9758e1c4eb46042aacd185c2ac5f566ac8e0 0.18 MB 361 50
273,964 273,964 000000000000000303b4e1365b4f2f697d4b5d972298eecd46c389de38168dab 0.02 MB 54 45
273,963 273,963 00000000000000034b6c554fa0320e73bf3aa62e42c56ac6262c7fefae5217ca 0.11 MB 237 45
273,962 273,962 0000000000000001cc366b3e743526e6230ba9ce21f7650a268d621fcceedd88 0.19 MB 448 48
273,961 273,961 000000000000000490d82aeda89b7c9af526a0edbb6be4813e9f7721e0648fb8 0.12 MB 141 14
273,960 273,960 000000000000000056498f3301372aa6ede3229670b3e910e1755f5b24562b88 0.18 MB 323 36
273,959 273,959 00000000000000004d462023bd8f3f78b3572b4d4ce62fab196bb4c61875b7c7 0.27 MB 438 39
273,958 273,958 000000000000000611991c3efe3f41305ddbbeddd33daed570eee762bed91162 0.15 MB 353 54
273,957 273,957 00000000000000042d93450276e6fec7ba117580768c26f74e2467a1abda8127 0.11 MB 227 47
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.