Memory Pool Memory Pool Refreshing

2,669 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.79 vMB 2,652 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (161,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,509 746,509 000000000000000000088bd871281835e15d7975eeb44da0052c30463b1a3227 1.44 MB 3,123 25
746,508 746,508 00000000000000000002cfe2fa867cb0b2d7f8e8057a3c0d5f44f1c9e0949433 1.51 MB 1,684 4
746,507 746,507 00000000000000000006693fd401b59a9207a5ad6b3456a92d4364b2dbd2c97b 1.65 MB 1,829 7
746,506 746,506 00000000000000000009841fbdc11a746110145939390d824401fb2d8572da83 0.00 MB 1 0
746,505 746,505 0000000000000000000007ebb372b3fd6f8c54c849c6ee242de9a366ea0bead9 1.43 MB 2,379 17
746,504 746,504 00000000000000000008e91c316fa65e43e80cef9ac465a5af27c9e04df7051a 1.16 MB 407 8
746,503 746,503 0000000000000000000926027d5a64e33b9dd0b42f2213a651aae7cc9f493de6 0.78 MB 1,281 11
746,502 746,502 000000000000000000046ae220ef96427e9278f6a4e7e15627fa9a1ed52d5122 1.07 MB 1,874 3
746,501 746,501 000000000000000000004da069d70e050e870f4c1bf7674194656ba9b6b21827 1.51 MB 2,707 16
746,500 746,500 000000000000000000058b4d1530eb8935b40f1464ecfcd15c271d12428a78eb 1.44 MB 2,391 15
746,499 746,499 0000000000000000000a2405e43f173f63662937fc0fcc4e73d704b51ba8480b 1.06 MB 1,917 8
746,498 746,498 0000000000000000000575c155e501d48c26c58e48315b8c80f8f3b23b096a09 1.62 MB 1,353 7
746,497 746,497 0000000000000000000395d18f66c6013818f5e1056a9940957bf5f9a7660dae 1.50 MB 2,670 11
746,496 746,496 00000000000000000001d6435e625db4f550387e099f0178a63846b3cbaaba6f 1.44 MB 1,905 2
746,495 746,495 000000000000000000000b64d16422fbfd4d41b8b112c82d37148d43e2dbed41 1.61 MB 2,497 12
746,494 746,494 00000000000000000004b3483eb16287c87733877d9e07a702878b0be9463b0a 1.60 MB 2,130 6
746,493 746,493 000000000000000000010686270b4158cea7cc970eff66153e0ee0a173d68d32 1.73 MB 3,333 9
746,492 746,492 000000000000000000037aa5208ebbc3b1e5735e9c315c32001c5dc3dbf10415 1.46 MB 2,492 26
746,491 746,491 00000000000000000004222dc0b36bfa417c118ef05e63624a7716cb38e09512 1.57 MB 2,476 7
746,490 746,490 00000000000000000009564b5a4ef338a34b20ef58b30a3d7fa6c45f625b8871 1.07 MB 243 6
746,489 746,489 00000000000000000007680549b6c9e608be104ad813f078aa02a1f9945c3a7e 1.33 MB 2,242 14
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.