Memory Pool Memory Pool Refreshing

1,551 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (809,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,534 98,534 0000000000049aa433e51ba9afba6009d7c15c39266d4ebf308ff006703930c2 0.00 MB 12 0
98,533 98,533 000000000002d5c120506aa8e179c376e844e3322fd09405cc4b7f9068e135c9 0.00 MB 12 0
98,532 98,532 000000000001cb1e6af01f646e360332e3b837c2300fb5edfd24089cecd05128 0.00 MB 12 0
98,531 98,531 0000000000043ebca4cf5e34d769adf949a8b4ee559ce2ac3ca401c06628f933 0.00 MB 13 0
98,530 98,530 00000000000378de91a578c98253f6930d20324a26de7a0610fe4c40ba48aedf 0.00 MB 12 0
98,529 98,529 000000000002eb47e0045d3400342b767f497d11a26d0aed43891b3c0c00e086 0.00 MB 13 0
98,528 98,528 00000000000291542c5ccf08d1b370da50a5fffcc865e65d249ef92fb85bf25a 0.00 MB 12 0
98,527 98,527 000000000003e05aaa30d35e2269398b130712f60c314a35a3a7bfd01aeb5479 0.00 MB 11 0
98,526 98,526 00000000000127f8ef1118ef485254fdf9b4747fc067b9a7feb3dd10240837dc 0.00 MB 12 0
98,525 98,525 0000000000032b9487e17b54bc3cf79da82bbb7b4d7f3363c396771b8d802367 0.00 MB 12 0
98,524 98,524 000000000004142d4ddbe44a0f9f2ff2637be4219c3fdf022bb3e787ff68050f 0.00 MB 12 0
98,523 98,523 000000000003a07c66043dcd49595aea820852c8d3f05127fb316d742729a2ac 0.00 MB 13 0
98,522 98,522 0000000000021b97a04fe4f657bd74127b2d58c62276395d27749ce33f6e476f 0.00 MB 12 0
98,521 98,521 00000000000453928e2157d32dd8d80ef689fb3b40a7f957c02629eb412eacc2 0.00 MB 4 247
98,520 98,520 0000000000027f806b9819fd62fb14fd25e4e93d26ade8f3c996f4e9daa81fcd 0.00 MB 11 356
98,519 98,519 0000000000008a023c2d18b19540b15c01ea7567f1b6271a404c5276aa1b95bf 0.00 MB 12 0
98,518 98,518 0000000000054d7287ec3ae4b5d0b0317c2e1d253e6353ee44e151e3d8f6357b 0.00 MB 12 0
98,517 98,517 000000000004f7677d721d2ee198d6b2086c3b819b540c3b13af606b2361049a 0.00 MB 12 0
98,516 98,516 00000000000164d02eec994637e02287c5e753d3248ca189f4b32fc293e5097a 0.00 MB 12 0
98,515 98,515 0000000000012d33a9b51c3619af87cd2b04d0e853d8eb2b37fba01442436f5e 0.00 MB 12 0
98,514 98,514 000000000002207b7e951c6896b777d66c2e5029e75f9668f01b6ba23d4d1970 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.