Memory Pool Memory Pool Refreshing

8,246 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,081 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (16,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,724 891,724 0000000000000000000241322cbb9f1ac0fea55004aaf7e23cbf4f1b30c7174f 1.76 MB 2,531 3
891,723 891,723 00000000000000000000131a5e09c73335ee14f409e023fce3c22c5bd019e8df 1.30 MB 1,570 2
891,722 891,722 0000000000000000000175fdec81b4dd872cf06c6ca7e57b344737e6e0324215 1.30 MB 1,744 4
891,721 891,721 0000000000000000000174b962ac30c7ae5a246e18155cb7bed7284150b21817 0.61 MB 834 2
891,720 891,720 00000000000000000000e870a71414c87c4fdc7c696aa10135043bc5bafab3bb 0.70 MB 1,365 4
891,719 891,719 000000000000000000014b96339a2eeae81a9ba3536eced58a3a6a9fbfefddcb 0.97 MB 1,963 4
891,718 891,718 00000000000000000000a860e757fb86ed8bbec8f900cb6671bfe15e06fb23d5 0.84 MB 1,175 1
891,717 891,717 00000000000000000001f6d5adedda8a4a447e84a5fe68f43206b135e34128a1 1.71 MB 2,566 4
891,716 891,716 000000000000000000020ccf7413929183d690cec90b3d8ce93fabde25ed3354 1.47 MB 1,662 1
891,715 891,715 0000000000000000000171a4ca86173d7052db5875a0b1931abe5c2fdeecb99b 1.66 MB 3,260 5
891,714 891,714 000000000000000000021ec4822a7c5696483dd49736c4b08501dcaf5a906702 0.27 MB 361 2
891,713 891,713 00000000000000000000f2aa596c9ba55c1609a8d00a1c301de77dc1666303e4 0.49 MB 807 2
891,712 891,712 00000000000000000000991031fa5bcd025b41a9786c104f6edbae78f711e8e6 0.33 MB 730 3
891,711 891,711 000000000000000000011095225dcf95a30fd4c8619389eb45c33a22d2d87920 0.04 MB 53 1
891,710 891,710 0000000000000000000115ed4c9cb8c46af84ad7dbd42d6cbc2983e146a088ea 1.46 MB 3,079 3
891,709 891,709 000000000000000000019551f331129205a310e5d2f44a89d9726c5de5ed8635 0.64 MB 1,595 1
891,708 891,708 00000000000000000001905a9e0d921ff45692da413e1d2f0c7e0496962b7819 1.61 MB 2,921 1
891,707 891,707 00000000000000000000a5f78e7e77557e79a26e650dedb520b069571be1a19f 1.62 MB 2,771 2
891,706 891,706 00000000000000000001479af3b6a645db36377d14c3041fee28b9e9875b5731 1.59 MB 3,293 4
891,705 891,705 0000000000000000000151df1bb7634b8f389b27f170bf2a19badcbe193cb1fc 1.71 MB 2,336 1
891,704 891,704 0000000000000000000243d0edb44f9d8baae708a0e071a472c38db28cd8975a 1.91 MB 1,107 2
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.81 GB sent, 93.04 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.