Memory Pool Memory Pool Refreshing

3,454 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (748,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,460 159,460 0000000000000b4211eb8a38d96dab1f6ba56a329e873d31d22daf8215466540 0.00 MB 9 224
159,459 159,459 000000000000047252c742c8dd49124aaf5cacb93b0516961edc29384c1d785c 0.03 MB 53 86
159,458 159,458 0000000000000a9e8d4a566a487adac22390d8680ebcde1a4aeec4cae73922ae 0.02 MB 68 113
159,457 159,457 0000000000000d89901d7343aa0fd8c2ff3f89085d4d329daec0fd888d3a35e4 0.05 MB 54 91
159,456 159,456 000000000000051a7cde62b9d2721447335f417ab3ad4412e48a7e139a553e25 0.00 MB 3 114
159,455 159,455 0000000000000011158a7576b918a697b591777746331a08f74a6c2c9d71d438 0.01 MB 32 0
159,454 159,454 00000000000003d7a2a16b14e28cd2dc14999f2758b9c481538c9d925197962c 0.00 MB 11 0
159,453 159,453 000000000000024d000e376f9686217a76179c0b1c3931ce963c5c3edc59f77f 0.02 MB 28 587
159,452 159,452 00000000000001d3aaac8d4e7c288aafe3f46f5bf769a54a985c41dd19d456d3 0.01 MB 20 325
159,451 159,451 00000000000009200eb5b566f31495574717ef195fc0bb0f59ccfbcba39ed3b6 0.02 MB 49 110
159,450 159,450 0000000000000aeb1e6ccf2b3432c9f1ee6947672ce684457625c31ca532a0d5 0.01 MB 21 67
159,449 159,449 000000000000030e6c4daa40aab65ffa88196012bd8ff6c911995a6e53c71aba 0.01 MB 10 646
159,448 159,448 0000000000000717ee782b616a322f7a23678a5e43730af8d1e1ea15770987c4 0.02 MB 49 17
159,447 159,447 0000000000000c922886b0e493243c95efaa0f0cd480cd0967ae53516b1e603a 0.02 MB 38 246
159,446 159,446 00000000000009dcb304875235171474b339bfe026edc6e24479c81edb160b32 0.05 MB 132 34
159,445 159,445 00000000000003e4a681df179ba9bd2955a125db7591f2efed436ab51a270199 0.02 MB 31 130
159,444 159,444 0000000000000c4d42d74a591143ce67d56ff28b35f55d36e1465d9f067d0f61 0.05 MB 76 22
159,443 159,443 000000000000087a43f80ab0e6755b24bdb2418630b154179335b1a8f414b793 0.00 MB 1 0
159,442 159,442 0000000000000716398fb48c2daf2aa690c6ef39efc28ba0b43d9113e802d1aa 0.02 MB 17 592
159,441 159,441 00000000000008553dbbb7fcf044e9a8fde1739bc7ddd688b456e678e7004bb6 0.01 MB 21 53
159,440 159,440 0000000000000ba78f0526162cf6ec6eb836ff6a6615063dc58aba6462315d1b 0.03 MB 42 69
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, 113 incoming
  • Data Transfer: 1,642.72 GB sent, 94.45 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.