Memory Pool Memory Pool Refreshing

674 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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 0.16 vMB 666 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (806,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,000 101,000 0000000000009c11d2683ccbba6d1b8dd7985c3e693f55c95539156aa76a8d41 0.00 MB 11 0
100,999 100,999 0000000000004e59a1a3099a23d0664703f3decdce28525a3039d6eca5722c09 0.00 MB 10 0
100,998 100,998 0000000000015339a0439a89d29f6a42cd2705d1dcd4f71e67998a0e8d6367f0 0.00 MB 12 0
100,997 100,997 0000000000019cf4b6e03823f6b2f714094d146832db74d1780c1a1ef2514dbe 0.00 MB 2 0
100,996 100,996 00000000000092e27a9a2d3efcfc98de0762fb5b1e8e1529d8c228d3ac666e2c 0.00 MB 1 0
100,995 100,995 0000000000014e1fd5056e88a82b0317f915d2b363dcdcca97b0fd3e81da96f2 0.00 MB 3 0
100,994 100,994 0000000000036841653dab8a00c9183f6b2d51ad77a1ca64245645ec53e56250 0.00 MB 11 0
100,993 100,993 00000000000236cd8062aa46eb37da32a98feff644d9e9d7cc2a1f6cc92187a3 0.00 MB 3 0
100,992 100,992 00000000000104371377b88b5df5976874e1ece9d717e68d0646c07d3dc7d5f3 0.00 MB 1 0
100,991 100,991 000000000001d1cb6cd3b87194ff3d2cff1492cc10499eb99e0a858b970164bd 0.00 MB 2 0
100,990 100,990 000000000000292a29f52d7c6df3a6ac6bf04ef9ecde1c7ed1d0edfe691fb6d8 0.00 MB 2 0
100,989 100,989 000000000001d36a28306c14f32eec3d0f60c683e90d63f3ecb92bf6edfa8861 0.00 MB 13 0
100,988 100,988 000000000001434a80747c0eb193f97c3311bdcab00b404bea6e068ca1d37917 0.00 MB 13 0
100,987 100,987 00000000000171cbda3f5bd2b00f2bca78cde328b2a324e2d8c3e2211224a564 0.01 MB 41 0
100,986 100,986 0000000000016f7459bc6983e5357c4b9b8a0050da05b88f76cf52789059d6b9 0.00 MB 5 717
100,985 100,985 000000000003cd23a2e3b815b5507fd6b8bfbbda2da5097a9db87e567a1b8546 0.01 MB 22 0
100,984 100,984 000000000003084a5eeb40a79683c2a4c00cfdd9f5cdbbb1527b26eb4d0e32f9 0.00 MB 12 0
100,983 100,983 0000000000025150ef735f9cdbd3c68e1cbcf442ad2cd6ad446c560002e713e4 0.00 MB 1 0
100,982 100,982 0000000000006a02115c0a3a2378cdb90c83bbd35632f3923e03411e8a98597e 0.00 MB 2 0
100,981 100,981 000000000003ed5a39368f76844f446b7e01993b302a0927686634b61d124e26 0.00 MB 1 0
100,980 100,980 0000000000034545c504ec8a150d20d35af4af47a894e19bea1b9e365b26ce40 0.00 MB 2 0
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.65 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.