Memory Pool Memory Pool Refreshing

3,687 transactions
1.44 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,879 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (756,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,642 151,642 0000000000000b695652685e20ead2e34e07bb2be1bc65dc8ba13717da79bd0d 0.00 MB 1 0
151,641 151,641 0000000000000d3fc3f683f95d57a43ab989e5e2893df5c2add3fd3cb814a700 0.00 MB 15 680
151,640 151,640 00000000000008dc50a072a06b6eb610cbe1541b88602cb19407d7a89a002479 0.01 MB 29 210
151,639 151,639 0000000000000951f573f6250c8739344d1599f636cb89523512ee920f81f56b 0.00 MB 4 38
151,638 151,638 00000000000000aa8419ae01a47dd66f02ba816fb6efa3a7d128a19d15ad5c5d 0.01 MB 18 335
151,637 151,637 0000000000000d0040af0c73dbfc52b6048b8c9608874c87cd1b8f4c43d3d4ef 0.01 MB 22 162
151,636 151,636 00000000000007d3c938a827a8966fee04104c058abb2c5338733320137416ff 0.01 MB 29 314
151,635 151,635 0000000000000b5cd35f45419d6136804bf4ee836c1b59009696d7f35322d50f 0.01 MB 21 274
151,634 151,634 00000000000003482fbed5010312fc969a02364ebbf2b6b14b6e36d3ed193e6b 0.00 MB 2 0
151,633 151,633 00000000000006c825df67c8bd7afe0bc802d34a75e100894246e1cbb7f68ed4 0.01 MB 11 48
151,632 151,632 00000000000003b24fd5f9883caf6e8edb4f467aadb532c208043578ad860b82 0.00 MB 2 3,875
151,631 151,631 00000000000003678e7177965b4bbbade80cbc118354824a54ed2a6a1729d224 0.03 MB 110 61
151,630 151,630 0000000000000bfc1b7c976df06436b19bdfbdf38b06c4a1348ea947eb73d64e 0.00 MB 12 319
151,629 151,629 00000000000007037696380b422d151b1f8ca8151c6c79a4486229e4d4257ded 0.04 MB 123 43
151,628 151,628 0000000000000591416557b90feefb81c2e93f39ed7539ac6e0f855fe8b3f115 0.03 MB 74 146
151,627 151,627 0000000000000a21960c6898895591ebecce5fd54966143fd95aa4001c508349 0.02 MB 36 296
151,626 151,626 00000000000008e07ca9479bbea4a2a903a29c7340386a8e458f1b46cb2bf1d8 0.01 MB 17 68
151,625 151,625 000000000000096f3dddc49296d2b3a49ca4ebb4e6ef9618762073ab90d7135d 0.01 MB 36 8
151,624 151,624 0000000000000d812193ca096f4ee20241f615f553dfd0423d117f6a6b056765 0.01 MB 33 310
151,623 151,623 00000000000000b8dcb2106e038b561b378c465cc4c2f3b3d914440bbd215278 0.05 MB 113 103
151,622 151,622 00000000000009edf1ff04fc00759eafd36fbe7f912651a064e1de2cf49dbf08 0.02 MB 52 84
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.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.