Memory Pool Memory Pool Refreshing

4,241 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,738 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (461,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,528 446,528 000000000000000002a2705f5aa3d84128a476d4e317c8c38c7edcbd7f507504 1.00 MB 1,939 49
446,527 446,527 000000000000000002ec139462f113201320eba2733e1d5563235fef2ba62550 1.00 MB 1,930 82
446,526 446,526 000000000000000000b0cc3e3b34f3f5bcf825a113f63079eb610ca5ef2ee8e8 1.00 MB 2,588 139
446,525 446,525 0000000000000000005b1ddfa5faad10e04766f82a689e8621cf0c600cf8a46d 1.00 MB 2,487 116
446,524 446,524 000000000000000003145185036880f97c6a0da6092d3791c1da50d4df16e61b 1.00 MB 2,466 124
446,523 446,523 0000000000000000004fd9a96104fc952d94c682f5d8442f6c66331d888a5b52 1.00 MB 2,082 111
446,522 446,522 000000000000000001e3d5315e2a17cd82b9f8d5dd99e8414b6bebc4f319f66b 1.00 MB 2,451 127
446,521 446,521 000000000000000000edf2cb991365fc836bbb22e1eeb6c57b8fe9677074095c 1.00 MB 2,141 128
446,520 446,520 000000000000000001b385da4b1f8d30ab52dd18bbaf6f5db5ee7512d03ecb77 1.00 MB 1,348 62
446,519 446,519 000000000000000000fc3927d5bce87797777822c8fc5a86435da41c547e5c39 1.00 MB 1,399 52
446,518 446,518 000000000000000002025649673a6651a08293fef5e5c07e150e766bd9b5b166 1.00 MB 2,016 72
446,517 446,517 000000000000000001318853bfb69855c0eba9615246224d5c99b3a1a3bc9f97 1.00 MB 2,685 96
446,516 446,516 0000000000000000035a11fe12f1ba091e0f744157acc82c9a7ee93b12a394de 1.00 MB 2,271 69
446,515 446,515 000000000000000001837ce1d297cb988330110440ac7c6e477716d66e5d929a 1.00 MB 1,996 106
446,514 446,514 0000000000000000017fe8b4d80153945b69702ff5b3e5aebfbbaa22ae2fae02 1.00 MB 2,238 111
446,513 446,513 00000000000000000034c79dbd396e7cbb77a64d72df022be55559e52f4d2f48 1.00 MB 2,026 116
446,512 446,512 000000000000000001ae1d63bd6e12e390257c13319eb02eff8fb08aa0011a76 1.00 MB 2,519 184
446,511 446,511 00000000000000000010900e720a97c1ae15033dd84f9653abb148efaaba6f26 1.00 MB 1,551 66
446,510 446,510 0000000000000000034d646f9dec27bf6200c2482bc2cc60288ecab92a03ca28 1.00 MB 1,852 77
446,509 446,509 0000000000000000027a5a6e5c462ab8e2c8feace39b76b561b9c56f393908ac 1.00 MB 1,354 45
446,508 446,508 00000000000000000124517013eb8e7075433eb214a776c19e3d687cd13cb2be 1.00 MB 2,035 51
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.61 GB sent, 93.14 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.