Memory Pool Memory Pool Refreshing

4,684 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (621,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,449 286,449 0000000000000000834753ebad371f6c35aa0ca5ae08ae5f2eb566f7cb1b2dc9 0.90 MB 1,817 34
286,448 286,448 00000000000000008b4c4daba431a086f276312b95750031e65dc9fa7cf73383 0.02 MB 16 13
286,447 286,447 0000000000000000051c568737976f07a228339b5d29cd6eb17faa9b0ec09a12 0.05 MB 91 45
286,446 286,446 000000000000000140f3c93e3378a0b596abbbd61100b4bf127aca3ea70369c2 0.32 MB 505 45
286,445 286,445 0000000000000001566ad42d9422f461f913cf075a34aeb1238fd4dff68130ad 0.06 MB 101 27
286,444 286,444 00000000000000011a573ec15f33a392896244f87e1bac7be851e0e02d8cb6f8 0.17 MB 286 27
286,443 286,443 00000000000000010e8027ac0c905d6107859f5f913756a9101f6bba5f30cf1e 0.06 MB 103 40
286,442 286,442 000000000000000131bfb38a6e15ed23157c8b1fa314f3bba4e257db5437cf5b 0.05 MB 95 36
286,441 286,441 00000000000000000a3c64ac970703e821924bfa2e6d4359fcbd7f229f2ea4ae 0.09 MB 141 35
286,440 286,440 00000000000000011eefb2014e82a5950878ee662949b4731c5e3781db63d840 0.09 MB 195 28
286,439 286,439 00000000000000012f4144cafbc53326bb6c014958bf10ef2b98e02d8d0ba64c 0.34 MB 732 33
286,438 286,438 000000000000000036b5e2de98d48516be6141a7279c540ba9f2b09332e632be 0.10 MB 91 13
286,437 286,437 0000000000000000b06bc79c975ff90bba684dfdb79b63875f9248f8526d65ed 0.35 MB 739 33
286,436 286,436 000000000000000137f7e913adb83772c710191d2682fb3ab25bc1cc987f6212 0.06 MB 145 41
286,435 286,435 000000000000000139cf1d38019778e971680ccec4c8f52025e092055e792234 0.84 MB 1,283 29
286,434 286,434 0000000000000000f62814eaf0d354d396b8e60cc3eb9dfd6be43afbe3602210 0.15 MB 343 42
286,433 286,433 00000000000000013a704eb7c42ecf9d0fc9cdd7fce41b74cc505a5572a0313d 0.35 MB 813 45
286,432 286,432 0000000000000000cdeba1c1b8164f63b97e91122842a9734a4278ee429f159f 0.08 MB 159 43
286,431 286,431 00000000000000001c0e22061f49f43b93ed45d03e58cc3d25968421b653d302 0.50 MB 694 31
286,430 286,430 00000000000000012cc50e553f715ecb0d794a19156efa7c719e575112c073b7 0.08 MB 167 64
286,429 286,429 0000000000000000aa47b3497707cfe225b3211975e4da22fd6ee892f447f4d9 0.23 MB 290 30
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.