Memory Pool Memory Pool Refreshing

22,269 transactions
27.64 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,443 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,510 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,442 (566,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
295,524 295,524 000000000000000025770f6efae9a2423f35adae2be72773372e674c0fb79c5b 0.18 MB 303 36
295,523 295,523 00000000000000007008fb9c3ab672158a3bb8dd0cfb8a211f63441d7870928d 0.03 MB 62 33
295,522 295,522 0000000000000000152534e616f00dbc93542de72c198634cf5f95aa496b018e 0.22 MB 381 39
295,521 295,521 000000000000000086dd0c92a94ef44f4b3ab60e362f362362eef3447c247adf 0.14 MB 233 21
295,520 295,520 000000000000000005de77ab29510bf860e373dcc0947f64b1eab18611589aef 0.25 MB 649 42
295,519 295,519 0000000000000000301505e11ade0e6d83511e8d155df8fa12bc77bd5bc11325 0.14 MB 261 25
295,518 295,518 00000000000000003cb2c4680fe3de47af7e6e8a76f7822d8982991bfe8b4085 0.10 MB 256 51
295,517 295,517 0000000000000000666962d8b610c7af0d876623ffe4eb7f1e081652e96fd7a1 0.14 MB 285 34
295,516 295,516 000000000000000066232ae7a3924a4a2bb1632903edcfabf1d14ccea2532ab1 0.03 MB 64 35
295,515 295,515 00000000000000001ae0f9986d4db301bf57eee4eaaa864fab6cf021fee20925 0.18 MB 331 39
295,514 295,514 000000000000000005fb82c8ed32259c6f489cc1800061effe28c65df09ea7cf 0.14 MB 158 21
295,513 295,513 00000000000000000fc32886f8d6c607f8f9bdfff0eea3dee352f7b9765dfaa8 0.35 MB 192 15
295,512 295,512 00000000000000004cf1b7f4019dd3bdc1073dc3cab75be42a9c91858d074b30 0.35 MB 842 43
295,511 295,511 00000000000000007b59708e996ab1dffcd3b8e2cf09a9e998f79ec65a0edca2 0.01 MB 26 32
295,510 295,510 0000000000000000394a6f0b8159b6d249f482b9afed28eea71ac517ee0fe78d 0.15 MB 256 21
295,509 295,509 0000000000000000159dd86a55f43a4562472a99749d0a762d59ce3172ece6d3 0.45 MB 517 20
295,508 295,508 0000000000000000973b89b7ab66d5ada564699ba6dde6e81503dfa89671f5a3 0.00 MB 1 0
295,507 295,507 000000000000000057288dd6c38f93799d992230ea64f660a457f7e54814cf1a 0.25 MB 729 57
295,506 295,506 000000000000000099bfb6785f7d099eb1157cd3024218ce53667803532495f4 0.12 MB 219 30
295,505 295,505 0000000000000000a09796c8641a19c9e6537333fb7a18d74f044c94958ce126 0.05 MB 99 69
295,504 295,504 000000000000000043208aba279d64a860f27aa0e836496c22a26db4caad86b4 0.00 MB 7 55
Previous 10 blocks ↓
Total Size: 685.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,369.23 GB sent, 104.98 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.