Memory Pool Memory Pool Refreshing

3,983 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,004 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (753,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,300 154,300 00000000000007e12dfa9f1186f86b3dc2bff10c65a41400bfcb1426b3b34264 0.01 MB 9 38
154,299 154,299 00000000000008c7f8dda9d77233f177ccce457e39b6116503858891279ccb76 0.02 MB 74 103
154,298 154,298 00000000000004004e5d20cf0d4c1410c69f024e668afea2ee53a041ab4ee642 0.00 MB 7 104
154,297 154,297 00000000000000669ccea1f7e9baf064cee961b96551ae85458fea0027c90f20 0.01 MB 14 123
154,296 154,296 00000000000008c15c183218f6671de15ce8970b33037cd70d15cf4ee8e04d96 0.01 MB 17 33
154,295 154,295 000000000000042e5294b12c7177702e1868c6e911e55d46f740d762a37c1e4b 0.01 MB 37 28
154,294 154,294 0000000000000c1d83d95c33f5b50ba55b80fecd97434a0311cb528b171b471e 0.00 MB 3 0
154,293 154,293 0000000000000d28e5d949e8f17a5dc67719e6da08150693de9a9a1b092b8f49 0.01 MB 20 234
154,292 154,292 00000000000007577966858e7db3589a0f124a7b7b3a57eccb0fab6180b14e2d 0.02 MB 39 47
154,291 154,291 000000000000000ffd2d3bd7301026353e27fbf00a174413c1181acb91d25229 0.01 MB 23 16
154,290 154,290 00000000000007c3a36deb1398c477fc0095dc426df5994ffd3f6dc0a5b824e5 0.00 MB 7 26
154,289 154,289 0000000000000a374ce981e4945269f26dfb00171100e2372c6fc93809574b56 0.02 MB 73 7
154,288 154,288 0000000000000501985c6a4d5a6392d9c3d253af5de6a63772a68c01762d0cb7 0.02 MB 58 128
154,287 154,287 000000000000062893f3d391581934c6835365259cde201130b8a6a3770d9b43 0.02 MB 21 37
154,286 154,286 000000000000051099f8c39720e98e881cf3ab0dd632ac120304894bc3c17031 0.00 MB 12 413
154,285 154,285 00000000000001cea95f5489b5593d95968d690fe420eb3256ab7543de92a943 0.01 MB 45 75
154,284 154,284 0000000000000c3a53715ea06c28cccaaef7a2c26571d2c17daab750a28df0cb 0.01 MB 23 181
154,283 154,283 00000000000003717960840b29bb92a57cae18c7b806d424258d9ea206ab1b7f 0.00 MB 6 31
154,282 154,282 0000000000000d6a9c759a937c3971d7386e4aa1a19695525796ecf7cc50658f 0.01 MB 42 77
154,281 154,281 0000000000000a8b64cda59975c45f172ba307781b0aad947e25fc58306ce99f 0.00 MB 14 82
154,280 154,280 000000000000091430ce1647ef75a87b4195e3e7ad202249464582a2280bf9ce 0.05 MB 95 69
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.