Memory Pool Memory Pool Refreshing

3,506 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,920 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (11,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,238 896,238 000000000000000000006807cc7c34522d30cb1e03d501ec49d813c4ae2800cc 1.82 MB 1,364 1
896,237 896,237 000000000000000000022c2f136777f02bee0b3541286ee0f558e2045280be8b 1.59 MB 3,708 4
896,236 896,236 00000000000000000000824ade3948de10d28efb17a3fd0e283f6982a933f302 1.78 MB 2,054 1
896,235 896,235 000000000000000000003975801b62d0d2e0f9c4ee90ac6c6d320a66c8a8eb32 1.75 MB 2,712 4
896,234 896,234 00000000000000000001120886938ccadd2660438bda4212af5f6e401c42604b 1.64 MB 3,827 5
896,233 896,233 00000000000000000001864d67b36e69dc9d35c6b2396e8a3fe2e5f988a312c3 1.94 MB 1,311 1
896,232 896,232 00000000000000000000311ac27db4e1ce7f57471375d61640a86b835bf2bb04 3.77 MB 296 1
896,231 896,231 00000000000000000001b1451309c04b209b563f4e676721c0e59e300e6b4761 3.12 MB 935 1
896,230 896,230 000000000000000000008dbbd33bb48724f68d0de6d58280fc0ec4527b21620d 1.84 MB 883 1
896,229 896,229 00000000000000000000406b7481105c7a8433cf3d2c42bc7a056a45c37e43a1 1.71 MB 3,159 4
896,228 896,228 000000000000000000018f0b16bfee3a60ed1030718cf400cfb4111432b35206 1.75 MB 2,117 3
896,227 896,227 00000000000000000001a796447dc10b9d1bb60b2717641a4915586333426160 1.53 MB 2,862 3
896,226 896,226 0000000000000000000195f16ef8075b867b38bacd5509c593e636c58a18866e 2.49 MB 562 1
896,225 896,225 0000000000000000000124c736cbd9757a2ed85472cfaf9d49bd793b6507ee22 2.10 MB 756 1
896,224 896,224 00000000000000000000073f6ec0348b5cbd46535c59419a3f813c292b37d64f 1.99 MB 1,138 1
896,223 896,223 00000000000000000001d69a6b063bff8a34d9e710a92895ce0e25e7ffd887a3 1.90 MB 1,939 2
896,222 896,222 0000000000000000000196233a10395e8b3ee9cfadeb4c9e89f03f685ca96e57 1.59 MB 3,737 4
896,221 896,221 0000000000000000000154776059f5856bbdb067a9b6c316b221d77044efd408 1.70 MB 1,242 2
896,220 896,220 00000000000000000000f0fe5adb5b2de8f1939a9da8e5766445188f31414140 1.62 MB 2,257 2
896,219 896,219 00000000000000000000fe3b390ca169b775af6a50e7f60c9ef8b30dfa8b2fab 1.85 MB 523 1
896,218 896,218 00000000000000000001cd4f9f0a55daaee22f9fafd80a288ec85fdf816df50d 1.63 MB 3,622 3
Previous 10 blocks ↓
Total Size: 769.30 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.59 GB sent, 94.42 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.