Memory Pool Memory Pool Refreshing

6,253 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,773 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (748,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,521 159,521 0000000000000a473c09105d3e004b135037456aeb0ca5b5b3612164743dd5ba 0.03 MB 96 127
159,520 159,520 0000000000000a39e825bbf751fe9eaf83fcda48833d43aafc5864d2446a5eb9 0.00 MB 5 589
159,519 159,519 0000000000000bff9d3ffa2a0601c9dc20bd4351a3dae8b371e48df415ad5c26 0.00 MB 3 143
159,518 159,518 0000000000000bf332759e67762ff855340c0f5fb9dbbf762a6f15f852387567 0.00 MB 13 72
159,517 159,517 00000000000000c6d71c1aaff50995f695b448a2a3b2548fe83198137a5d63bf 0.02 MB 56 89
159,516 159,516 00000000000004d225794504107b2f6b1d8b69b7aa846dfa2d4d8f43f8a7498f 0.00 MB 11 0
159,515 159,515 0000000000000318877b8ef0d2457210114ccdfa51c6981b1134a64ca1977887 0.00 MB 17 467
159,514 159,514 000000000000040be9187c007b289c0b7e0a509898ae69b5c21a119fbd7d355f 0.03 MB 66 51
159,513 159,513 00000000000004858b1fbc4ef0936c457e81be2499f61c29feb5d720e5284a95 0.01 MB 16 22
159,512 159,512 00000000000006c675bb4a173beac8588b91088366a3b021b7a94aa318c18deb 0.00 MB 1 0
159,511 159,511 00000000000007241148cb0665be1e2f9852d0ce58c2ec991f3c2eca908ebbf1 0.03 MB 68 122
159,510 159,510 000000000000016ea64001e6bfcb4ac85ec7643f479beba84c906173d618478c 0.01 MB 24 43
159,509 159,509 0000000000000189065c28e112d2bf8f085a8288fb317d9811072622ca81a522 0.01 MB 22 9
159,508 159,508 00000000000004c7146eb2237138c1716e1b6f1fe3b417c7575cb73cb5c75821 0.01 MB 13 31
159,507 159,507 0000000000000229e065547f8720e4f6fd29cd5c96b50f88291f99501d2c2c1e 0.01 MB 24 89
159,506 159,506 0000000000000709310bc62f55ed93d507f709d10a6cef5eacc397c7604ee071 0.00 MB 6 429
159,505 159,505 00000000000006fe327ffebb23f74b2868fceaf9aaa82324213a9dacdf7e12be 0.00 MB 8 76
159,504 159,504 0000000000000c56b1db9883d71b7201fac711a43e00e0ad2cc495fab63f9525 0.01 MB 20 11
159,503 159,503 000000000000019343d3db2c18a24429035084bd432a5e13ca2427be092eb706 0.01 MB 16 29
159,502 159,502 00000000000000423cfaeef9d023f3afd70e8f050d3861a1d546b0763a408256 0.01 MB 26 98
159,501 159,501 00000000000009fe41cb0451656e56e1d1b3dfee9df01224c1ec41394eb59d1d 0.00 MB 14 14
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.