Memory Pool Memory Pool Refreshing

1,932 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (776,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,741 131,741 000000000000015feac4b3d5ce89344865394f06ca3d650eb790a03a448abb9e 0.00 MB 5 844
131,740 131,740 0000000000000b86c3ece4d20b319cc9e9fc3ec1ec77c0f8186bf99f30fa74c6 0.00 MB 11 700
131,739 131,739 0000000000000d599b74e9fdad3fca6e042d7aaf3a943ce14effc4ad5a618379 0.01 MB 22 1,351
131,738 131,738 00000000000001ce94aa4bbe1c9ef49b26e3358efe1785a3a9c9a556a3f17257 0.02 MB 90 206
131,737 131,737 00000000000004f3e4a93031b4e3adf39f9108a5115e6dc2f951799b1805c725 0.05 MB 128 421
131,736 131,736 0000000000000e86b02f41cc7c19f33dbee68c6e6c1ac542874b2a5db4d96743 0.01 MB 15 1,268
131,735 131,735 00000000000007e8c382dc38fae35a2d6c1a26a1e2e46c817ebb98ac49dc46bd 0.01 MB 8 784
131,734 131,734 00000000000004262d81c8b9f5f8709cb87d841fec9d4106fbbe415d1085de16 0.00 MB 11 51
131,733 131,733 0000000000000a80614e6120bb937c21bbe0008a7a298802b0822f1b511a971c 0.01 MB 26 1,083
131,732 131,732 0000000000000fa6ad150baa811a48ed97c4461b1c3b52b73d587be466467cfe 0.01 MB 18 1,256
131,731 131,731 0000000000001081b55beb4f696375b80530923b4bd61a8fc0e9ff59458046e3 0.05 MB 111 305
131,730 131,730 0000000000000052a28e6d90e3c55ecc4248eb6ecd63ee0adfd12ba681e06567 0.05 MB 170 131
131,729 131,729 00000000000002d94186c5b8bd99d7171b78a48b58653a033a9d18787cdd9ee6 0.01 MB 27 1,140
131,728 131,728 0000000000001098c43aac3c3f04b2b679e0ca5f021ee783d139bc3cc7dde822 0.04 MB 84 994
131,727 131,727 0000000000000a07b17a51a6bbfa3e97eff3660066a1eb287fb462d3068bcecd 0.05 MB 128 63
131,726 131,726 0000000000000ced3a717f6e4dea029f3721a3f66d63ec83873d9ab45f6ad959 0.03 MB 68 207
131,725 131,725 0000000000000597ea11bd191235cd7b42f9b32b0300ae6fae5c39f3014a07cc 0.03 MB 47 245
131,724 131,724 00000000000004bda1795c95f212cdd0a56871b044b64dc08aa47c7aacbcde57 0.03 MB 59 276
131,723 131,723 00000000000007bed260bea6178349c942c23bcdc7987a95ddc4accce7fa1f7e 0.04 MB 63 1,085
131,722 131,722 000000000000000a1542b53cca2ec66c235da3e5314b2db673ad0605815591eb 0.05 MB 70 952
131,721 131,721 0000000000000ea0a919b2e88622b951bdb41568f662330075f6f43db0496a8f 0.01 MB 16 1,058
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.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.