Memory Pool Memory Pool Refreshing

6,831 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,876 (808,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,718 99,718 00000000000446a1d2f9adccb34896f6b86f2d70b3d4e7108cf0f540b301c47f 0.00 MB 2 0
99,717 99,717 00000000000363608e150f18676ade0dbd5fa7ea78a6766b84e48713dfa37945 0.00 MB 5 0
99,716 99,716 0000000000031e77403641aad08f0480739598f71be14a77a999ccf9fa501d23 0.00 MB 5 0
99,715 99,715 0000000000012cac74f31cc51369a2ef588b259653346274600081babdf51bb4 0.00 MB 1 0
99,714 99,714 0000000000005e9f037a3d0d32cc2fd834e25b01f09794e9635f813e1fa33bbe 0.00 MB 3 0
99,713 99,713 000000000000929a347d58c555505654100e6859f91ef27f87439e6e76c25307 0.00 MB 1 0
99,712 99,712 000000000002046f1ac0be75225eeb58d80c011e00b14226b7f11e3dfc36888b 0.00 MB 2 0
99,711 99,711 0000000000017ed3730673a51dd5b71f3b285270cd990331bbb331226a886099 0.00 MB 1 0
99,710 99,710 000000000002e94341ee5be25f5387f67916d89b8ff63593e5bf18170ca82f78 0.00 MB 6 0
99,709 99,709 000000000002112d49a5a205427db4449adc0b34aeabdf1e100f685889af0be1 0.00 MB 1 0
99,708 99,708 00000000000258ce6bbd694ad489a4e7cc03ba5be726e10e13d96f66792afe5b 0.00 MB 4 0
99,707 99,707 0000000000004ac07c233d3df296265b6ea2ddc34a10f726b31531586ce818f7 0.00 MB 4 0
99,706 99,706 000000000003f76d3c045af954a51dca833b6e39cb90c445534479a8d60ff543 0.00 MB 9 0
99,705 99,705 0000000000032fb778cd80e9c53c6315e53c8888340746bffd45ddcb746e52c1 0.00 MB 2 0
99,704 99,704 00000000000301166c12f1dd93e7188ba41441571b6623785a9cb666b8abf811 0.00 MB 5 0
99,703 99,703 0000000000045408c1bf73bd7fdc72bfe752ebb9dbe539610c0108d8f83e9738 0.00 MB 6 0
99,702 99,702 00000000000149eb9eeb7de079be2e89196fb897301e4cf3912091b24e487cdb 0.00 MB 1 0
99,701 99,701 000000000003af270f25e9b6470ae9a113cd79f7c5597fd11b452a12ba544c76 0.00 MB 3 0
99,700 99,700 000000000001c74d8389142debd66d4d077bef96dec3f5127f6baa79ac01ffbc 0.00 MB 3 0
99,699 99,699 000000000002f1a71ec5de0eff44e64df72ff92bd903d6133588e7c6cacae640 0.00 MB 1 0
99,698 99,698 0000000000006907e2d252ac8f9f3cd036f8f30ce4bef36ba1f2144462d3b844 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.83 GB sent, 94.52 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.