Memory Pool Memory Pool Refreshing

171 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (758,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,715 149,715 000000000000020c831de9d40f47aabb1c493d32f06b422f94611438cfc5c0a4 0.01 MB 33 128
149,714 149,714 0000000000000249bf646ee360544870d8af7408b3147f4479096377a428aa91 0.02 MB 38 56
149,713 149,713 000000000000078f2a07f27a7e1a11017bb9e997c5149fe253c96a5304ca6bbf 0.02 MB 26 71
149,712 149,712 00000000000001ffff51df52de483e37a065a0ab5f48b4aceefcf40f6d206cd7 0.02 MB 39 61
149,711 149,711 00000000000003e81b502770a6ec44318a34c07025025866e16bcc750fb5d47b 0.01 MB 28 110
149,710 149,710 00000000000002943aedb3a883601671d61c23ee606b314a0490ac7601041344 0.03 MB 90 528
149,709 149,709 00000000000007c547e2d139b76df5ee5bc25a99dd0b2ddbbfcbb796806074c8 0.02 MB 46 114
149,708 149,708 00000000000008b9c3b8097864c6c378465cecab2e46ee54f1258643e7a85c5c 0.02 MB 82 0
149,707 149,707 0000000000000960152bbd84e2b257e816ec7ed9c8df57929ec0443dc11f0c45 0.00 MB 9 30
149,706 149,706 000000000000082d3f93aaf3254e0ecefe322964f919941e52cf755c54da3ae2 0.01 MB 30 170
149,705 149,705 0000000000000a58f261a09e3a8cf153e7f475737ef80068321c1adac982e238 0.04 MB 86 151
149,704 149,704 0000000000000397defa0dfc9cda7b9093509b94c1ccd3b6e7643c0b4726b2ca 0.00 MB 10 441
149,703 149,703 0000000000000827da03acef34271b5da6817851ca04089cedf873efac87978c 0.00 MB 11 32
149,702 149,702 00000000000003570b0f5777ad1654935c9ab824bb41ccc3f2b117c52efa6d80 0.01 MB 17 26
149,701 149,701 00000000000007cf783b8fa2ef3e3fa4b09831427ee6e88b1ac72ed2fd532055 0.01 MB 20 8
149,700 149,700 000000000000038afea44306c329b1bab7bcfe5ac3ff0a6c818bc4ed7e0e8887 0.01 MB 26 35
149,699 149,699 000000000000025a7b46601468e9f4afdc6c651411898be6713be55a4123c9dd 0.01 MB 23 244
149,698 149,698 000000000000076931e088c8e2d013c171f2cabacfbc04d6ac0dcc1a39c0e852 0.04 MB 119 47
149,697 149,697 000000000000001e32b09faa8d0bf35966c557552efa781de01053f5ed906814 0.02 MB 57 100
149,696 149,696 0000000000000a8d1fcbb99bfe15abcdcedc5756a5dd32ab5ea8a141a67e1b26 0.02 MB 19 32
149,695 149,695 00000000000009fc5e5046c6efd09af197877a7f3d12d6f25d3f8232f69736ba 0.01 MB 25 44
Previous 10 blocks ↓
Total Size: 769.10 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.81 GB sent, 93.39 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.