Memory Pool Memory Pool Refreshing

26,828 transactions
28.55 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,305 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,304 (404,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,270 458,270 00000000000000000006f9ab57c3a0706f63354495480fdbb3b50979c9c0d5a4 1.00 MB 1,379 96
458,269 458,269 000000000000000002350f6127daf295e8950daf932f1cd9d1edc07ef1f5c8b0 1.00 MB 1,365 105
458,268 458,268 000000000000000001df35ca405dd539c867688f9fa2c0b3a327fc2c15c586f0 1.00 MB 1,862 121
458,267 458,267 000000000000000000fbf1731d6d6c3b7dd63957a3de1655c6ef11487317276e 1.00 MB 2,331 134
458,266 458,266 000000000000000000efa816ca9a14f1841c412f27f8992cfd0feac3167247be 1.00 MB 1,804 158
458,265 458,265 0000000000000000020c8242fa0583c41f13704265aa1465b265da65c413770f 1.00 MB 1,781 213
458,264 458,264 0000000000000000013135458adaf3c04992f0e6b0c121ab5d62080293be45d1 1.00 MB 2,257 219
458,263 458,263 000000000000000001872ea8c995e387f87c1ee73e3a87af27106728612479c5 1.00 MB 2,148 119
458,262 458,262 000000000000000000e14c3c9f014a83d4b3a04749bc417afbf3fb383ae3e830 1.00 MB 2,283 150
458,261 458,261 00000000000000000167cf49d392c2e9c8ecea49dce96187b7d1538ba3a445f2 1.00 MB 2,489 209
458,260 458,260 000000000000000000f0a61a98fe90b7020f6b42d9711bdf61c40144bb40d535 1.00 MB 1,655 288
458,259 458,259 000000000000000002257befde9c6615b108d7b4dcbb0b5bea060da448175094 1.00 MB 2,333 169
458,258 458,258 0000000000000000008fc20d5d6b62f8b952c6843fe23aad2bcd8dab92949ae9 1.00 MB 1,458 82
458,257 458,257 00000000000000000179ceee6836e3c04a00cb3bb0c3a0915c70ac06281634d7 0.99 MB 2,284 198
458,256 458,256 0000000000000000017f6057916959ae8012be07be27d7b30cce49dfa83cfb48 1.00 MB 883 67
458,255 458,255 0000000000000000021c06bf4b36af5679da8e6fbbab7540309f1df0ef65c76f 1.00 MB 1,442 62
458,254 458,254 00000000000000000080130d2afd4655a291df2d78bf78eaa284f9a26e841d33 1.00 MB 2,431 195
458,253 458,253 00000000000000000066be64f054d516706ee7384102c1cef39f684b6d6b6737 1.00 MB 389 29
458,252 458,252 000000000000000001d32f9e2f51db00eb49ad1fe3255478aee83f3065979963 1.00 MB 2,173 141
458,251 458,251 000000000000000001ec10207952bffca6300a4b7ddfe46c235dca777a41b647 1.00 MB 2,529 198
458,250 458,250 000000000000000001c6dde628f40f6f2cd4a8e124c5ef3175b60df378a7c917 1.00 MB 1,746 115
Previous 10 blocks ↓
Total Size: 684.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,362.82 GB sent, 103.30 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.