Memory Pool Memory Pool Refreshing

3,042 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (861,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,910 45,910 000000001d0b2d714bb767758def203465703c9d616b962ff76ec981f4c5f4c2 0.00 MB 1 0
45,909 45,909 000000002f6d551aafb1fcda2b0004f3cbc73a8d4035e89b575d3579b71c7b0f 0.00 MB 1 0
45,908 45,908 00000000107e80c0f85d8134a1f55f9f392c1af1258d5e9c4ac3d804c9659d9a 0.00 MB 1 0
45,907 45,907 000000000b776193a455e4f49476103f0e1b7b98d23a3182c11a72723dcb57fc 0.00 MB 1 0
45,906 45,906 000000001a77842daab70f8b607a47e4986a6698b953b8aff47fdaabc1a5be36 0.00 MB 1 0
45,905 45,905 0000000025fc180a6d492e98385a954023008354745904509b09272f3878b8b2 0.00 MB 1 0
45,904 45,904 00000000362063ec57faa3c729c2f6928b758bf7fad1e03bfb08b04fa16b109a 0.00 MB 1 0
45,903 45,903 00000000226ac31698c72f62461f3290567fc6975d7150510112e19b9e0d3eac 0.00 MB 2 0
45,902 45,902 0000000009e9ea813b49ad015ae9206b05d5f6b5096af34a8da7f568611599fc 0.00 MB 1 0
45,901 45,901 0000000026e7cdc5b7c9bc5cf295402b15d90a043a03a69b4945de7fae694411 0.00 MB 1 0
45,900 45,900 000000000ade3a00346c5a4893f8ec28c93ae5f9b0e33cb6876d5676d63fa61b 0.00 MB 1 0
45,899 45,899 00000000192b83b8a9245acbb7ca0791405abeeda0a1c50410073161e85cba2d 0.00 MB 1 0
45,898 45,898 0000000025aff8eb268d812a8f8685b1263c970d7b3b1c3f18d5ada8803384f5 0.00 MB 1 0
45,897 45,897 0000000031291baed8457a54f2c761a94d2fba05951e27c17bf87b38574b220f 0.00 MB 1 0
45,896 45,896 0000000009610b70538b30c48f2cbe5cc13cadfb1427a9720417d4e02a8b7fcc 0.00 MB 1 0
45,895 45,895 0000000033b78301e6c171fc89d4e10506ad7b660f4e4c8861bda8c11740eef3 0.00 MB 2 0
45,894 45,894 000000002853b152780518b56e273b542ad72c2e6e430dbe6aa4340ad16387d6 0.00 MB 1 0
45,893 45,893 0000000019ff2e9532d5c46789096ec652ac4df5e50ac7b61f393ec634f5dc23 0.00 MB 1 0
45,892 45,892 0000000017a83dfbc59229844bf1358873c657981c83f2c3e23cae087b9e5ce1 0.00 MB 1 0
45,891 45,891 00000000135f8b3aee0fde71bf96385b01501cd862e08378456bb53fedc238fb 0.00 MB 1 0
45,890 45,890 00000000367dbb453117e57333f109b5aa8c32c441931f46a802842322eab184 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.