Memory Pool Memory Pool Refreshing

3,440 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,049 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (473,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,688 434,688 000000000000000002482be986c2318b54978ba0b7d6d6a24716070facf52d21 1.00 MB 1,440 71
434,687 434,687 0000000000000000029707d33e0d1e642349874dfc0ea9dfca774a8ec5289193 1.00 MB 2,120 84
434,686 434,686 000000000000000002d2fdea7e2ae8b2e7fb8255c7dc35165d8ba2a133faca57 0.75 MB 700 67
434,685 434,685 000000000000000003ece777fa1df8fdb412a16dd1496f052b01f596809148f2 1.00 MB 1,936 68
434,684 434,684 0000000000000000042ca2cf84a9fd921d5de00e590187526e31000d346c9760 1.00 MB 2,352 96
434,683 434,683 000000000000000003cb73173cafe67c11b3b5673a5cd83f09ccbdb6c9a7e21d 1.00 MB 2,715 68
434,682 434,682 0000000000000000032ef31685c74fdfca7a25e34c121e6ef05ce4863be4a5d4 1.00 MB 2,632 65
434,681 434,681 0000000000000000012ea09ad27b0bbdfa004c110cc8c4ea914d75b28a5c8df0 1.00 MB 2,446 68
434,680 434,680 00000000000000000077fe1bdf32fa91337fdae902d5d8fb9f20f4e9d01b03dd 1.00 MB 2,588 67
434,679 434,679 00000000000000000187c64605c0ad338cc2c8b26b1d20d9e418636f51a5106e 0.46 MB 1,099 60
434,678 434,678 0000000000000000035830f67a3d0828e81f359fa0d36694ed768c77918ea9d4 0.55 MB 1,295 58
434,677 434,677 000000000000000001192e6170dd52aa266e50503be55a51b7544eac28855da8 1.00 MB 759 17
434,676 434,676 0000000000000000029598ecdb4b0c8530d32ef04caf33ab957c83a5839a92cf 0.82 MB 1,183 30
434,675 434,675 000000000000000001098ca51df212af6ce6946eadf4c0525c4f95e85ac74ce5 1.00 MB 1,194 35
434,674 434,674 00000000000000000307c32f8fee2c755518908afb452faf442a048306f4b907 0.00 MB 1 0
434,673 434,673 000000000000000002b75deec05f8aebacdde63a29154bb867b2524fcaf1cdb1 1.00 MB 1,807 68
434,672 434,672 0000000000000000030b67d8954e0514f83c01ff92884b1043d3508586ae0bb9 1.00 MB 1,400 46
434,671 434,671 000000000000000002b1a3b4baedd36e928c7a9e2198c83aeedc94eb7d42c3f0 1.00 MB 2,301 57
434,670 434,670 00000000000000000377664403a9bb8446c6a9af9c88f4e041763f0cf0a215ed 1.00 MB 2,669 76
434,669 434,669 00000000000000000376f2c6fe1f71f8d56e1444e1e5451d5a3ffaf57cd0be67 1.00 MB 1,562 58
434,668 434,668 0000000000000000020a8d5e0fcb34fa0eb1a87d94c8cd57170320a669967a81 1.00 MB 2,435 54
Previous 10 blocks ↓
Total Size: 769.08 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,628.19 GB sent, 93.28 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.