Memory Pool Memory Pool Refreshing

57,037 transactions
19.87 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,416 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 3,085 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,415 (317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,098 867,098 000000000000000000029425173aa1452f54edbd3d037b37eaefef6395058a68 1.44 MB 4,863 7
867,097 867,097 0000000000000000000020911f8a967cf727dc46214e171b1d44f277201e54ac 1.52 MB 5,290 13
867,096 867,096 00000000000000000002d51fccec69658713127959c00ef751bab85a23935f18 1.26 MB 1,377 4
867,095 867,095 000000000000000000000471b663cfec24aeaf8dcca1cd33b9c1be6dac14ecaf 1.52 MB 5,435 11
867,094 867,094 0000000000000000000175148896c177e5075282e0e47a3472409599b0b1b350 1.44 MB 4,976 5
867,093 867,093 00000000000000000002bec8bd95d51f3271ae8abc0aa9b93c84623b6d207a3d 1.49 MB 5,602 11
867,092 867,092 000000000000000000005ff3c75f8ada70bfdd7145b5562bc935226dec6f852d 1.49 MB 5,999 8
867,091 867,091 00000000000000000000d9063a6693eb1f0ba9be0f248834e53caeff0b003b8e 1.60 MB 3,987 3
867,090 867,090 00000000000000000002dbbd70e78348ca6dfae26402db7df499017f2b06e99f 1.54 MB 4,390 11
867,089 867,089 0000000000000000000260091ca2878ae51c291e7c010be0e722924a12ca9cc9 2.08 MB 690 3
867,088 867,088 00000000000000000002d5f8e06d772ce80dad3b696a9be3d9770ef5026d7b7b 1.80 MB 3,395 5
867,087 867,087 00000000000000000000c81215732dc4078ff9bdfeda35754e06f5dbd4da87a7 1.79 MB 3,799 5
867,086 867,086 000000000000000000011a6eb5bdbddc64327f56fa7e541a5075369d487ce0c5 1.49 MB 5,548 8
867,085 867,085 00000000000000000001318fe6089f940de32e4d7f5b7975a64c3d1debd4bd44 1.53 MB 5,123 15
867,084 867,084 000000000000000000023e14866a256a866073492f89c28389aee2f948c2ebd3 1.49 MB 5,809 15
867,083 867,083 00000000000000000000b94cb25f613dc5c0efadbfa0401687571ca85d3fa3ab 1.38 MB 4,938 8
867,082 867,082 000000000000000000029a2a5d75feda45abe12ff73d8398f04e161db59db359 1.69 MB 3,978 8
867,081 867,081 0000000000000000000101da3d9ec078513a12d09408fedd3b16b232d7bfe4d3 2.04 MB 2,233 4
867,080 867,080 0000000000000000000000d408dfd7ca8fddb3d5097f44df4406102c6696bbe9 1.77 MB 3,350 6
867,079 867,079 00000000000000000000531174acc3c0594ba191f228097739c6dcf7c89b4734 1.92 MB 2,496 3
867,078 867,078 000000000000000000001c2ec5a3f34cef0864dd1217016ab7456034b5f70423 1.47 MB 4,640 7
Previous 10 blocks ↓
Total Size: 694.39 GB

Node Information

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