Memory Pool Memory Pool Refreshing

1,484 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (47,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,267 860,267 00000000000000000002356412ae1a6c16518c74de7157e84a542b631814c5d1 1.69 MB 5,788 2
860,266 860,266 000000000000000000014207b64e3358b52bab2bceb604bda0e802b7a207dc38 1.60 MB 5,760 4
860,265 860,265 000000000000000000029ef0b95006e425128140ca89da34324511cd98d34f8f 1.61 MB 6,415 3
860,264 860,264 0000000000000000000143deea82a48d84576c6ff10c575d25f22c4b1cdb344d 1.56 MB 6,586 3
860,263 860,263 0000000000000000000270a5a2bd240ad96ae4cb077d6a5bc4c9b20caf323693 1.68 MB 5,053 4
860,262 860,262 00000000000000000002cb5215e24f722c74dff82d03cae58bb231ea72cbe417 1.63 MB 5,940 3
860,261 860,261 0000000000000000000221c679390054dde8a24a03989712b0739ac4f5310595 1.59 MB 7,206 2
860,260 860,260 0000000000000000000204d44573e4fcec3d7cdbcf1cfdcdf53f8c2a4cc2ecb2 1.63 MB 7,022 3
860,259 860,259 00000000000000000003036a6fedbcbbe544105ab8336798b3166f9c5491629e 1.54 MB 5,310 3
860,258 860,258 00000000000000000002db9bd64ddb686758a310c6000e9fafb9cf03febb8687 1.70 MB 6,654 3
860,257 860,257 000000000000000000027bf6a2e3cc83a937c0869c56a0294c5bd3efe0a5c6de 1.57 MB 4,859 4
860,256 860,256 000000000000000000008ecf7e6afb26a39797b0beeba9e1d231b78b0c17a26a 1.58 MB 3,476 3
860,255 860,255 00000000000000000002441bab582e64dca6c6994fe24327c42ada4e497f54d8 1.57 MB 3,786 6
860,254 860,254 000000000000000000027da2cc5bc6666811e49f7fb484cfa1c2b83005c0d44c 1.56 MB 2,572 7
860,253 860,253 000000000000000000005db5180f929ba10171fb4bf82c25d5a1407210af4784 1.61 MB 6,682 4
860,252 860,252 0000000000000000000124544cc4e26b9624af838dc11a6533a5de4fa594ea1a 1.69 MB 3,547 5
860,251 860,251 00000000000000000002d3325be3dbea0863d0fdccde7029bee54b90052d05ba 1.64 MB 7,632 2
860,250 860,250 00000000000000000001104080c4f836c15787182d9296230cebf878eb6e00c0 1.65 MB 7,842 2
860,249 860,249 00000000000000000000065fd094196afbd90fc0358fb66e7873417ff6fe5e6b 1.64 MB 7,440 3
860,248 860,248 0000000000000000000077c1f87ce4494c3d963c3246085b56a96dbd83c4de81 1.56 MB 3,891 5
860,247 860,247 00000000000000000001b7e9aeba86568cd25e4d18d809d99cda09a1d35e213a 1.63 MB 6,837 3
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.