Memory Pool Memory Pool Refreshing

4,261 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (774,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,153 133,153 000000000000076ee6bcae24cf484940faaa0632770ef0309f2a83afe5b0fd75 0.02 MB 47 402
133,152 133,152 00000000000007c8696d3b26e4b8c9a481c7ec7b51cd5949e2445478428a6c4a 0.01 MB 25 746
133,151 133,151 00000000000009632e87fc70e311ef49cde256fbac762b43d788bf1386dc3b62 0.10 MB 95 194
133,150 133,150 00000000000001a890c64f3dbe63d64724a8252467014e3e8635d1a31d115a08 0.05 MB 97 525
133,149 133,149 0000000000000034242934a1008bfb42e4c8f4f8e7b0f521e4954cdef4e68d47 0.03 MB 61 677
133,148 133,148 000000000000005f1b2c01c5bd71c7508476a22b561800cda2df516c3d537155 0.05 MB 93 326
133,147 133,147 000000000000095a986f1a1c0c901549714580bd8cd3c3a917699c7421823560 0.02 MB 41 681
133,146 133,146 00000000000009a6d2f45cd9b21fb0223d62bef05fa0276c24a10510f7ad9dd1 0.01 MB 25 433
133,145 133,145 00000000000003a6c7b5f0f519a18068da69e2053909779a91e09e1cc24f1ef7 0.01 MB 30 921
133,144 133,144 000000000000053cb8b698ed84ce7f58d7d1a990367940b8f5105879b894d9bc 0.01 MB 36 934
133,143 133,143 00000000000007fe028ac507e2b5164277a3283c8041d29a1c73a95056be75a8 0.01 MB 28 407
133,142 133,142 0000000000000c1501a476b03af2265973eab9c7388449ef81bee90827dc8650 0.00 MB 11 416
133,141 133,141 000000000000045ecf01318fa4d2e4bc4549646500ee65ab3937cc698e177269 0.02 MB 32 773
133,140 133,140 000000000000020dd986f8c2f43eb508267c1b810f7f176e535f19992c808295 0.01 MB 31 437
133,139 133,139 00000000000006d45c4a483c4cdcbe6b3ded1707db011672db3ddac6a9c22619 0.03 MB 127 66
133,138 133,138 00000000000009c36347176d117eb65adb0d0927fb1a90aa4f5f0ed6fcd96879 0.05 MB 117 458
133,137 133,137 00000000000000aad7dd5aa7af7178add9d77b0b164d770ad3cf66697904a90f 0.00 MB 9 170
133,136 133,136 00000000000000cefc39851a92ea3a0327de0c54f1185206e56415d1632ea615 0.01 MB 28 513
133,135 133,135 00000000000009ce5116ba1a57d6a2c0faa40f834657266dcf32ae49b1d578fe 0.05 MB 154 84
133,134 133,134 0000000000000975d8a0490d3fbf46d4da2010ebfc6d3b947f48fa41a0a9812f 0.00 MB 13 670
133,133 133,133 00000000000000df42def5dfd55b1ca85395e90a35c802612c3be3624841c402 0.01 MB 28 418
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.23 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.