Memory Pool Memory Pool Refreshing

3,813 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (775,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,550 132,550 0000000000000d091ddc22e9ae14fcf2e7bc6dcfa8005d0bfc18007453fce6e6 0.00 MB 12 1,304
132,549 132,549 000000000000125632cb6bb63fb0f979b143042072a14e5042a6542e04a37f92 0.00 MB 12 616
132,548 132,548 0000000000000cc0aefce3be29753dc45930798f067226bdf8d2348412c6908a 0.01 MB 19 911
132,547 132,547 0000000000000b4fd67ee788a77a47749e86482ec0b712b6a81511a9f462a481 0.01 MB 22 670
132,546 132,546 0000000000000a96ba8e8c2c915d3f505203fc9343ac901add3af1e029f41d9a 0.01 MB 18 234
132,545 132,545 00000000000004172a1e886ca4d131d93e1fb3c7f9e963b173e1d0bd6887b977 0.01 MB 27 751
132,544 132,544 00000000000012640beba2adb10a439d82995a6aefc32e145f4d8179b8851d3a 0.00 MB 10 479
132,543 132,543 0000000000000773890a13a5bac5d0142f5594864fd7f9cbe50760489fe32030 0.04 MB 127 252
132,542 132,542 00000000000001d43e05870d0ad169af714e12691ec1d537b6008e973bb0a3bd 0.01 MB 23 874
132,541 132,541 000000000000005967c5b5ec690a169b377a480641d5c07b5c7720aae2683226 0.01 MB 26 148
132,540 132,540 000000000000114ff8b02df4ef2095549f6f45708c916a282e0006b8e9073897 0.01 MB 22 339
132,539 132,539 0000000000000109ed9c07ab85e5dcfc3ae6d04375d30470637c3eb22e0a3933 0.02 MB 82 249
132,538 132,538 0000000000000117a8236f5acc3c68cd6d32d53cab39311f512a2917c26d96c5 0.01 MB 28 764
132,537 132,537 0000000000000a17e692b822d6a5b16d01a8c0dd46e2dbf6b45785404777fb1b 0.00 MB 11 340
132,536 132,536 0000000000000fda81665b5eabaaf2ec4b850fbca5436eda955fbba0ce078fc0 0.02 MB 79 69
132,535 132,535 0000000000000204de35d8726b2a8021254383407161cec76f74279436a53147 0.01 MB 29 828
132,534 132,534 00000000000002d092729f1b697296b4a837610c18c20736d903b19054be833c 0.01 MB 24 508
132,533 132,533 0000000000000b8ea23a21826441e178b2acbb19695a5e565d080d45704a6c02 0.01 MB 21 740
132,532 132,532 000000000000022e836f16782ea604dc1075616c39b1f2116af3e1c553a9e023 0.02 MB 54 863
132,531 132,531 0000000000000b901cc5f7ca1e333643e9bffc37e6ae67b5abaefc94fcedaab6 0.02 MB 46 148
132,530 132,530 0000000000000d1ff3c753d2738b399c6f6f93ec50fbf9236ad44c927530c8ef 0.00 MB 17 501
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.