Memory Pool Memory Pool Refreshing

2,244 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,409 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,236 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (848,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,059 60,059 000000000c9d4ecb45d7a28c4a0a398c102ed59420355fd7d36129130fd2e4a8 0.00 MB 2 0
60,058 60,058 000000000d6604b2babd967c08559aacdb726fac7b119aec46bb9d6e016ce285 0.00 MB 1 0
60,057 60,057 000000000973f46558d6be19ba6485a84660a100a12f1f6ce9cca8d6c215c67a 0.00 MB 1 0
60,056 60,056 000000000d037d9c852b44ef22a45d656b79493593b663344ff2710b62ba079c 0.00 MB 1 0
60,055 60,055 000000000ad7ef99234e399ba23faa32c0e1c123f043eb72e923d71b6e89db54 0.00 MB 1 0
60,054 60,054 000000000022a96d7793deb0512e36a7e78be2660ac6946e1ef2586dcc1b8456 0.00 MB 1 0
60,053 60,053 0000000004cefe5619f67228a0ab865333dc4c9328488ad59fa887f33fd51624 0.00 MB 1 0
60,052 60,052 0000000008de74214f27b4cb63490e608d0b7e29e44f02a3568681eef0d77e39 0.00 MB 1 0
60,051 60,051 000000000c5a1b269f9f9fec9ad389bfe96aea676ae84cbc9f859bc48e201f5a 0.00 MB 1 0
60,050 60,050 000000000d57c59ed578d5b0ec4d5fa7688db3e3fe5fb6d91595094429fc62f5 0.00 MB 1 0
60,049 60,049 000000000d6e92b48cdf73caf0633f64842e22dd9a4a99527da34fab0bb7901a 0.00 MB 1 0
60,048 60,048 0000000003b00218e9ac1045058870d18bc42493856f5a5e73c15dd3fe714ff8 0.00 MB 1 0
60,047 60,047 00000000053968538936e88838b4f240000e9141275577c1fe79ae076349b7ce 0.00 MB 1 0
60,046 60,046 000000000084dbcfd4116663708655bc3dc926d5295532d47617fcff5649ebc2 0.00 MB 1 0
60,045 60,045 000000000ba80f88100fc38a3b2a9d8f35854ab1234a00544941da90ae403380 0.00 MB 1 0
60,044 60,044 000000000eb503fe3db0974d57414d6ffa09d16c8f966bea8955c317749ce400 0.00 MB 1 0
60,043 60,043 000000000cd1cee30c3553d68c00732ad6cc2d81cba2dcc066128d39f56f4caa 0.00 MB 1 0
60,042 60,042 00000000041a4191b4d309a48944a747f39bbb27b9426a9bfab7b7795ed3e0c6 0.00 MB 1 0
60,041 60,041 0000000001551e1ff5e3c8c139d15ad0828069e691e69de2f627326f8e373918 0.00 MB 1 0
60,040 60,040 0000000000009f9f9991befc49dc787a190206d1dd32467b687e32157d48c651 0.00 MB 1 0
60,039 60,039 00000000058399afca6c44ad2030a35bf167e76478cda1a74bc626ecd3107b44 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,722.16 GB sent, 99.35 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.