Memory Pool Memory Pool Refreshing

5,662 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
2 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,667 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,033 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,666 (745,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,720 161,720 00000000000005c020ef6cd24c111dd481eac717ad25bd376ac41c541b0adee1 0.03 MB 31 8
161,719 161,719 000000000000089183125e20bb8751ddf32a9eaa2524a2efa157c79fb9a6fc0c 0.04 MB 69 165
161,718 161,718 00000000000006e300bac7ce0763187d958d76c2991af327e3449a64de89c554 0.00 MB 14 11
161,717 161,717 0000000000000cb9e163596c3d19eeaba7250b33ba5b6da841d2f6c2bbffd4b5 0.02 MB 39 230
161,716 161,716 00000000000004a4892ee7f4050222e66d8c0bbd39ded637a62ab4f0763ffdb4 0.00 MB 13 282
161,715 161,715 0000000000000549b43febc2daefee9707e653d41122397b93d09730eb3f18e9 0.02 MB 34 136
161,714 161,714 00000000000002517c2ad850c47c3b0c51a53d615e2e44f081547ca07b9a92ac 0.03 MB 89 30
161,713 161,713 00000000000003fc6f4462b034e92b1c75f1d264ba9eec2ce09a0d7f478ae2a3 0.00 MB 11 230
161,712 161,712 00000000000001bb05bd3476ec3b5631e9cf0de0df2148866ef3586ba6c081ce 0.00 MB 13 66
161,711 161,711 000000000000076e25e526221f8cff298514d4dcbaf474ec5ee8f8e921bcc22e 0.03 MB 60 89
161,710 161,710 00000000000004c4e7176980ee80be60c27582852445080f2ae21f11d480959d 0.01 MB 40 189
161,709 161,709 00000000000006a253d3102e5a36a03116aa1dc39e04603348d8491e0745e5ac 0.03 MB 49 66
161,708 161,708 000000000000033e71afb4185dec1667d3ccc60d2f2b5e0cd4a953c4310b0ee6 0.02 MB 41 91
161,707 161,707 00000000000004c875f803803fb50a632e5cf2894da5f0637baaa7d972cb0fc4 0.00 MB 12 17
161,706 161,706 0000000000000a1a0562736942169b1554edb6d0e700989a24709dc818025e13 0.02 MB 38 48
161,705 161,705 00000000000007622e151137efbe9ccecf41e5c20fde77e687386254bd297013 0.02 MB 34 36
161,704 161,704 00000000000005b11568a5c08d98350a4b482d60bb18e7cfcd4ad84330c8eda5 0.02 MB 30 318
161,703 161,703 0000000000000b89ea2dc078b0f0e46f4c8d739043edab6c689720ce55c100d3 0.00 MB 8 55
161,702 161,702 00000000000006c9902528db25517474ece88610312e0495a26b573fa6a1ad39 0.01 MB 23 140
161,701 161,701 0000000000000c3bb6e90363bab1d02af6566fca383cb40d8a580c171f422272 0.01 MB 30 30
161,700 161,700 0000000000000751c3c4d82da008410ecab6fd78044e845ee40d1cb0782b1fe4 0.01 MB 22 8
Previous 10 blocks ↓
Total Size: 768.92 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,603.81 GB sent, 92.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.