Memory Pool Memory Pool Refreshing

3,336 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,290 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (848,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,065 60,065 000000000e80364d5960ea7ce7c66aeff12865cdee3d3b3596a6fd259a429685 0.00 MB 2 0
60,064 60,064 000000000c6e9e8aaa97a031667ed229764371b427a4e91cbd74d0ea9495024e 0.00 MB 2 0
60,063 60,063 00000000002cf370b3570d59a965598304beaac76b91ce82974a2c267f9774a1 0.00 MB 2 0
60,062 60,062 000000000b10ede3a9f121a3d5110880ed7f97fe8fec9bc0871b3f9f5621abab 0.00 MB 1 0
60,061 60,061 0000000002297fa583d73d5adb7fb86fc3e6749bed6485a4b62962e83435d163 0.00 MB 1 0
60,060 60,060 0000000009413a6a3f1d698fd6db8f15a8b6b0e1c4b32307f06d98deae49bb22 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.