Memory Pool Memory Pool Refreshing

12,710 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (564,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,232 343,232 00000000000000000905d7b2eae3b835ec720a9be51598521a7d5ff18bdb0dd0 0.18 MB 323 25
343,231 343,231 000000000000000011359b2a94ddbc34bf8fb9e103a9a9e4da5c2807713b4aa1 0.45 MB 760 25
343,230 343,230 000000000000000000844aa959bf0730d4b7be2402f4ae8c498246aa6a618a7c 0.05 MB 66 19
343,229 343,229 0000000000000000011c0c3451eeb296c4fc36d2737c5eb90392914a4b660d04 0.20 MB 341 30
343,228 343,228 000000000000000010cfd048340d5ac0a9842b4934f4cc734c2d2abb4674af14 0.10 MB 95 12
343,227 343,227 0000000000000000153206782a07905fa8baf97c63022508bfa930cab46f2f83 0.27 MB 314 19
343,226 343,226 000000000000000014914350a899cf20d7d252120cbd6a69c1fd84b2fcf2066e 0.56 MB 636 17
343,225 343,225 00000000000000001812009372dedadea13d157c194f8af242a440b2a56b6333 0.04 MB 128 62
343,224 343,224 000000000000000000d39dabeecdbfa6e9cb9ab96b2f5f5d68aed625565cb5f4 0.05 MB 102 21
343,223 343,223 0000000000000000133df501323af932ff6860b0dd1dcd3ca50b932e14752632 0.99 MB 889 12
343,222 343,222 000000000000000000cfa5ab9064e7f66449d35982d1daef88ae1a0ccec79c54 0.38 MB 614 23
343,221 343,221 00000000000000000bc814bc4258db7053ff1f6fb438dab1b7dcdd9977d95c2d 0.13 MB 258 35
343,220 343,220 0000000000000000079d316b4d69ac35060023d0a0c9ddcd384183f1848dbcdb 0.49 MB 850 25
343,219 343,219 00000000000000000ebd6ff2d92d3430ecea0b284bd73da528ffe52b0ef8de30 0.67 MB 339 9
343,218 343,218 00000000000000001145276d5a29e22bb7f1813948fb87b65da101cff64084e8 0.75 MB 1,632 31
343,217 343,217 00000000000000000aa0bdc1c9baf2cc057805516178e03c1ece654ded76ad5c 0.00 MB 1 0
343,216 343,216 00000000000000000790ec59fe9f006a95b610120ed6ab6ce0fcd190240a8a21 0.63 MB 522 16
343,215 343,215 0000000000000000148469b72ed6ac7f53d4eb88298e932d9136a2f8d0958774 0.13 MB 221 24
343,214 343,214 00000000000000000bd6079c5908c3d4066c59d6b504dccc2ce871cf886ce389 0.65 MB 815 19
343,213 343,213 00000000000000001614d124e064b350b1d06e9aa607aca0668a452e74c61955 0.37 MB 639 23
343,212 343,212 000000000000000008b3a46846302396314e8cdfa3d075efa42a74afd4ef63d5 0.40 MB 660 19
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.