Memory Pool Memory Pool Refreshing

10,846 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
898,711 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 4,625 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,710 (9,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,006 889,006 00000000000000000001d227e708296a02a295387a7263e4da74c3a0a51f1aee 1.47 MB 2,087 11
889,005 889,005 00000000000000000000503fab97740066963c88f0d3252de2d06fa1208324a3 1.50 MB 3,011 2
889,004 889,004 00000000000000000000a736d7e41ad328a523fdff1efe69f04038a393758526 1.33 MB 2,021 1
889,003 889,003 00000000000000000002336d6404581845a6808201ec15c7bea7ba8e13fe484b 1.35 MB 2,162 2
889,002 889,002 000000000000000000004d3e21e7e2b47b801d2b297c6900c0e760e7744f594b 1.51 MB 2,943 9
889,001 889,001 0000000000000000000130dfb3cc87f6141a527f2e0883a1f732d82c29db767a 1.31 MB 1,692 2
889,000 889,000 00000000000000000001415554dfb1d482cb106780c095d1affecd4c868ec646 1.72 MB 2,365 4
888,999 888,999 000000000000000000001b2934c4a67d033194032fae3a55bbe7b6d6924e4221 1.51 MB 3,178 5
888,998 888,998 00000000000000000001497bf72d57244ee4061bdb98b678c0d1457f2571757e 1.94 MB 2,923 1
888,997 888,997 00000000000000000000e1e82d51421b770ee5479c2fd5a896457ed734c07230 1.50 MB 3,235 3
888,996 888,996 000000000000000000003c7cb4630100a876248a83b0c822e69435d00946096c 1.41 MB 2,721 6
888,995 888,995 00000000000000000002514497ae99cdf5b0a39213f3ad7fc5e94e59ad5d0807 2.00 MB 1,931 1
888,994 888,994 00000000000000000001ec19c2e659d86cf4f1f2616220e5fc3d8263f2834d3b 2.01 MB 1,348 1
888,993 888,993 00000000000000000001a0c0318098f3d056079c158140d8ec627ba31f523b92 1.72 MB 2,678 3
888,992 888,992 00000000000000000001f4fc794586bf490f1839b92358dbbfaf87d547c645e6 1.48 MB 2,739 5
888,991 888,991 0000000000000000000182ddc08f02669d7acb6806312e840356e01717671afc 1.62 MB 2,019 3
888,990 888,990 00000000000000000000998394031f3a9d1c5f850da7fbf92fd880ddbee418d6 1.68 MB 2,154 3
888,989 888,989 00000000000000000000a517d87e63ea04c7ec3dd51d20926e82cca5466dccaf 1.79 MB 2,532 2
888,988 888,988 0000000000000000000077482d5bd508a006883734f6f39cddd8b34c6d2df589 1.69 MB 2,074 3
888,987 888,987 00000000000000000002245be6462c7cda41156f52f77edb9bf3a2da481c86b8 1.83 MB 1,719 3
888,986 888,986 00000000000000000001f5f9366f1b51d67a2136320d7bc44b0a345ade27d2aa 1.54 MB 2,348 6
Previous 10 blocks ↓
Total Size: 753.82 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: 421.70 GB sent, 18.95 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.