Memory Pool Memory Pool Refreshing

1,328 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (898,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,562 10,562 00000000b46eb7e73875d2264f1660602d08e4e53d9c48d10739d7eabc5db18a 0.00 MB 1 0
10,561 10,561 000000008f72ad0665a6374ca857c011f060079582d41f816766e40f28513432 0.00 MB 1 0
10,560 10,560 000000003d5acd2ffaf75f45252d7273bce911edea2bf5260012ac4073d48ec3 0.00 MB 1 0
10,559 10,559 00000000e903a7a1cf785e271eb8e5883603c3502530966065caa0d8aafded0a 0.00 MB 1 0
10,558 10,558 00000000f1a1b8f1b80a13b853ec4a2ebe72f3825e0f304e8984662d3afebcea 0.00 MB 1 0
10,557 10,557 00000000a9fe766ed48da7596973e9a202bac1abfffeafa2d62e9bf1e4cdbdd4 0.00 MB 1 0
10,556 10,556 000000004cae2cef24552f9953e75128d94d794aacb95edef5c396b4a5f85c06 0.00 MB 1 0
10,555 10,555 0000000024be445ba75ad4a993b9c40c0668b568d50889236f36e73e70ee84ef 0.00 MB 1 0
10,554 10,554 000000008b389e3fac54bf78bc295e3a989850918bbf0f0d1ab5b1d8b093cc14 0.00 MB 1 0
10,553 10,553 00000000898e958706280b57a85a2d109bdd2e89a5282577ca1b35b3167575ea 0.00 MB 1 0
10,552 10,552 00000000237ac13a8cfcb55222ee07eed7e1a4bc440948f1ee501f20f40213b3 0.00 MB 1 0
10,551 10,551 00000000d380d78af614374607581acee7a2fe366ccb41509a9afe5e76b77e7c 0.00 MB 1 0
10,550 10,550 000000008871cf004000255115ab23b7df7cc568c87dc87564069ed2f284116f 0.00 MB 1 0
10,549 10,549 00000000094bd4e0f9e34a05f08ee58433067ecbc360974a928a7b422c29b9f9 0.00 MB 1 0
10,548 10,548 00000000e53069991877ddad05cadbb0c02fc6a9f85b99a2cce7c98d8246a04b 0.00 MB 1 0
10,547 10,547 00000000e49bb49d9e50caa76793a73f0944f00429578d19d594ff1bc10cc45f 0.00 MB 1 0
10,546 10,546 000000001bfd4407a1ed6f4e769d7866a99b410fe515e3645a674e07d1ea1df6 0.00 MB 1 0
10,545 10,545 0000000073516bae31832986cda09c3ddc24e75407016bc681d3fad2b873582c 0.00 MB 1 0
10,544 10,544 00000000ab9b2541b62ec58267b7fb39d360ff9a8b2f80bad342340a69956cc9 0.00 MB 1 0
10,543 10,543 0000000096ae027d2946d132390fbe50d1382575b2362203ab7b9f4659a75385 0.00 MB 1 0
10,542 10,542 000000001b98eb12889e811207ce0e3c8bf4394c8f648ea8ec7ee60c776f8181 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.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.