Memory Pool Memory Pool Refreshing

3,417 transactions
1.04 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
1 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,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (790,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,460 117,460 0000000000008b9292376afa61f15d7028037dbf2a0fbdb209a67837c1dc4956 0.00 MB 8 0
117,459 117,459 0000000000000ab1af3f4dbe4b2b5314928861fc466280f19aae0606ffd08977 0.01 MB 7 1,012
117,458 117,458 0000000000007a7be550d2c0a3a3cc622b3f4a78767f7c58f1e250e5895f9d7f 0.00 MB 12 604
117,457 117,457 000000000000b4fa04c681bd6ae25b9ecb2235a96e33b667f76e86c184d49c3e 0.01 MB 20 1,359
117,456 117,456 00000000000040289260391671aa22539bd69c3993c5faaba5ec7639c123a55e 0.00 MB 3 0
117,455 117,455 0000000000004039c95c4a1baf371b07ad0862c437f9ac0240c3da47c64a7c9d 0.00 MB 4 0
117,454 117,454 0000000000003a0febf30808df1d9c8855b3099e4e9379ee1c61e3de28c44d7f 0.00 MB 10 317
117,453 117,453 000000000000101da2dc0bfa3410aca2a14d0370af3cd390a2738b08453d2754 0.00 MB 9 805
117,452 117,452 000000000000c5af420ae0f985c0f4ea658fb5cdac1a02b603a4899c0097491e 0.00 MB 4 1,053
117,451 117,451 00000000000092d0ae0f6de3d4fe1d180756b6da5a916edad5acd057078d0db5 0.00 MB 8 0
117,450 117,450 0000000000005d507730920095751e6fb62654e2da9567edafc90fc332f2cb8d 0.00 MB 9 474
117,449 117,449 0000000000005b7c7ca143eddd641fc5caa397bf41256c2bd333efc02fc96c58 0.00 MB 12 1,040
117,448 117,448 000000000000beaef9fc03b1e9ec6527f1706f2574531ba0506637c6613f6b26 0.03 MB 83 89
117,447 117,447 0000000000005d53c7898ee548c637dfdf14a6300d08841e67a600be76dca08b 0.00 MB 12 0
117,446 117,446 000000000000613f9d0997bdc2836931596cd982b0291b41d66b9cbde88df04c 0.00 MB 13 683
117,445 117,445 000000000000c87b31fe7ccd3f8d9b0513d0a64429da50fbc70900848fd05891 0.00 MB 11 352
117,444 117,444 0000000000009391c603583d4f0edb02b5bf2f098992f9ba8620a2e79c7ef563 0.00 MB 12 0
117,443 117,443 0000000000004a8bc7c190c7276e82873167162eafb531724f1022ba712e352a 0.00 MB 9 0
117,442 117,442 00000000000043dd0fcf3cdb43b15508c8460ba64c97cc0f710e11bd7f560f58 0.00 MB 9 650
117,441 117,441 000000000000b73900f5b4b2ea1f238df2d52ef423cee4cb8f1af95ee698cbb2 0.00 MB 6 301
117,440 117,440 000000000000ade880881ea34130862d24d27adef1507632fe9c846c766e1c69 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.65 GB sent, 95.66 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.