Memory Pool Memory Pool Refreshing

7,155 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (224,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,501 683,501 0000000000000000000163b2a7e68a9dab00ba640fe048837ed0b5a45bdf5614 1.36 MB 2,353 61
683,500 683,500 00000000000000000002ec6eeaa403557eb247973a9a01669a74604a465b7dd6 1.07 MB 899 14
683,499 683,499 00000000000000000003a2ef70f5b5b05a60d728df986966da6286dc2f177622 1.33 MB 2,157 33
683,498 683,498 00000000000000000008adbd0da0b4388d74d2ab5a18e5e4694cc50d3da5853e 1.44 MB 2,560 66
683,497 683,497 00000000000000000004358b93bd3b474b0acc7721556bd35042bac98fd20008 1.44 MB 966 18
683,496 683,496 000000000000000000048412536bcc38926969bbfe9208245adfb87725f19da4 1.22 MB 1,761 23
683,495 683,495 0000000000000000000674b0c6d27d896be3e80779598eaf2e3d25dc28c80b05 1.36 MB 1,879 54
683,494 683,494 000000000000000000023356aa623c9a3d2394f26f8d6dbf2b388d8934dc6b0a 1.10 MB 470 47
683,493 683,493 0000000000000000000ac7733ff8a17b5eaa63e9f191b27797cd6f9a5565a982 1.14 MB 1,205 16
683,492 683,492 00000000000000000006aa95d52704e196b5b830b7d7a273b7e322bcc01731e4 1.44 MB 2,587 56
683,491 683,491 00000000000000000004f4e4d205e81253ca35f1cd3f501872a32c52e04ae4f1 1.41 MB 1,332 21
683,490 683,490 00000000000000000003213422df1713ba6382d8c73f1946aa3dee885ad19586 1.45 MB 1,762 26
683,489 683,489 0000000000000000000280ca93b2e6ab23d5aaa9a6fc26a35f7d2b8425e23f6a 1.40 MB 2,278 38
683,488 683,488 0000000000000000000978a6bc636fd86a83be8df34e8471b5c04371877ee113 1.27 MB 2,434 41
683,487 683,487 000000000000000000044a7bfbe5d5d95f32a003a39b49de8ef00a0e8d3476df 1.47 MB 2,504 66
683,486 683,486 000000000000000000049fc603575ddffacdf238b1329452072055960c9f3f9c 1.39 MB 1,982 40
683,485 683,485 00000000000000000000835bababb9f165f8d2cfcb16650885fb3ece7f33533b 1.43 MB 2,008 41
683,484 683,484 000000000000000000073312a7ab1d5955be89c1248c2a23e84b07d43dd7d178 1.29 MB 2,335 40
683,483 683,483 000000000000000000080ef525ab0f400da641f7c0f77f4e6b661094392aa367 1.48 MB 1,986 48
683,482 683,482 0000000000000000000a33756b0062a3bd27893d533cac4a87b5d5004d002c92 1.45 MB 1,678 39
683,481 683,481 00000000000000000004bfa8c76de4df0870d99b7b34e3b5f131255cde8c7059 1.38 MB 1,775 44
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.98 GB sent, 93.05 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.