Memory Pool Memory Pool Refreshing

3,946 transactions
14.84 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,444 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (858,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,647 49,647 00000000298b7efa410dbcee2821b400c482ffc16df8d3e1691f10b1082a4082 0.00 MB 1 0
49,646 49,646 0000000006e077b4087312eea7c4a96cc168c8681976f28b38fdd4f53ddfcae6 0.00 MB 1 0
49,645 49,645 000000001960eb52c4bf15c4c08d6c22fe38da4d73d5920627bd05144371e579 0.00 MB 1 0
49,644 49,644 0000000026b79a48a1a08500562125c667ae14f9ce7e27f3ab07e199ac8a8b86 0.00 MB 1 0
49,643 49,643 000000000b36009679b049f3b4476da6e2a0fbb30215bda74019d8662259bc8f 0.00 MB 1 0
49,642 49,642 0000000000bfa939f8953ad1d8b0f3e254fd098740a5172cb41d7a2bba6e7964 0.00 MB 4 0
49,641 49,641 0000000027caeede490e11ddbce38c4e7f7e40b6ade90455dac81a1f6e0b720a 0.00 MB 1 0
49,640 49,640 0000000016ce96a288a72418b91cba9f3c0a4c2bb5b314b09aaf2b773fa23ba3 0.00 MB 1 0
49,639 49,639 00000000184f9d8e82ee971a4f0699c18c2335eaabbaea7b0bab5db244917ae3 0.00 MB 1 0
49,638 49,638 000000001803bf5bdd892fefd82177af85324b7ba485bc909eef720c626f1cac 0.00 MB 1 0
49,637 49,637 0000000014a889f797037b53521f3138e7867b70005328ebca66fae4597f05a4 0.00 MB 1 0
49,636 49,636 000000000da9a8af7dd7dc5783a30763ab81b0435c542246e956b736750067ed 0.00 MB 1 0
49,635 49,635 00000000113bf7e80add4c7bc4be88c73b2d45cb50e4ea9adb6ee94abdd24c05 0.00 MB 1 0
49,634 49,634 000000000ca3ace40741ddb084c5b3a76deadba47834baa82eb88e0ff7c37e91 0.00 MB 1 0
49,633 49,633 0000000026d293d1f85c8f0fe4cedc5ff762dc50aaecdb84a23ee41c963e6b1f 0.00 MB 1 0
49,632 49,632 00000000198681c1638f7126dbed6841084250d253df639e87df9e44097f2990 0.00 MB 1 0
49,631 49,631 000000001dbb818ebe1c8637301434649f2d893690f33c8c1e98425482597fbb 0.00 MB 1 0
49,630 49,630 0000000023a2051d67bfbf31f499b5e23f28e4d5b5c982407b616a6c9e35dafc 0.00 MB 1 0
49,629 49,629 0000000022645739ae40a5556afaff3788109ff4477a1646be75d94c8ee9c88f 0.00 MB 1 0
49,628 49,628 0000000015d451dc48f174fd097f24c7c6798ff66ddca8dd0cebafb6ac479a82 0.00 MB 1 0
49,627 49,627 000000002718bc312731966369d53ec1c4abd218491c6345f338f489fa172f2d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.