Memory Pool Memory Pool Refreshing

17,821 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (27,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,878 879,878 0000000000000000000055031c27424027b400bb4006d262141e210aec9f2363 1.57 MB 1,488 2
879,877 879,877 0000000000000000000255d909b1cc3a6b9e8262281cbbe8b4e4f9a9273c17ef 1.81 MB 1,414 4
879,876 879,876 00000000000000000001c5f1f450cbf0e8739fb9f54a5360acdf57c83b0f39d5 1.92 MB 503 1
879,875 879,875 00000000000000000000f4f53eb3ab42616f11196b78aad4fe99be5c1a1df18a 1.97 MB 579 1
879,874 879,874 00000000000000000002572ea78435bbc84d924ce473dceeb2aac2fc561f7860 1.74 MB 731 2
879,873 879,873 00000000000000000000fe4e82acff16c7e69cf4e793ebd6b3935a172efa98ff 1.63 MB 3,141 4
879,872 879,872 00000000000000000000246630dc99eea445db3b55babcfdf20bf21a89de5eaf 1.91 MB 1,200 2
879,871 879,871 00000000000000000002631b1f4f93afb87191a3897cf3889bfbf4f47334f57b 1.73 MB 2,423 3
879,870 879,870 00000000000000000000bf8ae1c15b91e1a6cde6c060c5c19249a12301852848 1.96 MB 929 1
879,869 879,869 00000000000000000001e780d9a83c67bd29f453b7a37aaa49c5b829329fe8f0 2.00 MB 641 1
879,868 879,868 00000000000000000001bf3baa39d7b484dcdee83f2385c4d221cb60b9f2ce4b 2.03 MB 865 1
879,867 879,867 00000000000000000001481c2e203098f6a5776a44f300e8db1a6178fde14cae 2.04 MB 1,059 1
879,866 879,866 000000000000000000016bd52b2ffeb1c35b79754213458a3b30b604187e48f0 1.91 MB 2,085 3
879,865 879,865 0000000000000000000214da8e3495d48359d346bfcbe57b0f48bf321bec7c52 1.44 MB 2,512 6
879,864 879,864 0000000000000000000033cca132cd4853f3b8835da70264c49d0ca6460abef4 1.97 MB 589 1
879,863 879,863 0000000000000000000169756a51e8c8beef584be9e216aea906d0f2878e5bd3 1.76 MB 2,106 2
879,862 879,862 00000000000000000002852e50c3a3e0f887a23e672e113cbf6e1602df6215ff 2.03 MB 324 1
879,861 879,861 00000000000000000001e5ddfc9d9b6d085f6061817e98cee2eeb74853d1cda9 1.76 MB 1,222 1
879,860 879,860 0000000000000000000259e5989e6fc66275b7fa31dbd6bbd7542e7dee39027d 1.39 MB 2,104 3
879,859 879,859 000000000000000000014e219cb7802dcb158b528ada270af5545359be4088ed 1.91 MB 404 1
879,858 879,858 000000000000000000005ff947375281e4c1d6bb6a9fa526b04f6c9712fbf926 1.80 MB 465 1
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.