Memory Pool Memory Pool Refreshing

2,777 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 2,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (2,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,568 905,568 0000000000000000000029fde6faaa66c9fe66769a2e6bc64e73f3dfe2061823 1.54 MB 2,871 4
905,567 905,567 0000000000000000000060196d6fa07ad185cfb80b8ffcaa2b9b5f9d0d7c6404 1.34 MB 1,799 2
905,566 905,566 000000000000000000015abc1047dbc9ff5bc639d677544f28b7d472e34b0b43 1.50 MB 1,343 1
905,565 905,565 00000000000000000001a73fb9799d1a61e5412488052961cdbea50950f28dd2 1.64 MB 2,440 2
905,564 905,564 0000000000000000000099f7acdd48dd158eb1fbfd3f2669be7043000cb3d610 1.68 MB 1,666 2
905,563 905,563 00000000000000000001595f299a09cec191a7e232c94b3564633b38d70f2a5d 1.63 MB 3,277 4
905,562 905,562 000000000000000000009e80d78ab134464e97e386e4585069128db076c8db64 1.55 MB 4,057 5
905,561 905,561 000000000000000000007f2d24a611eb670587b1060ec7f2625df488cd404afd 1.68 MB 3,042 4
905,560 905,560 00000000000000000001c95188c655f79a281d351db7ffad034d39ba3c6be4ce 1.55 MB 3,821 6
905,559 905,559 00000000000000000001195ce1d999655a7ab38f2af86fcd3e036088a3e28443 1.39 MB 2,942 3
905,558 905,558 00000000000000000000f4ef180e5aa9344b716c3133e82f530608970a7db50a 1.60 MB 3,929 7
905,557 905,557 00000000000000000001594ae0c7ce56cfd8855cbbd6749818050184bee0f9b4 1.58 MB 3,605 5
905,556 905,556 00000000000000000000c1c3f793ecb71075591eeeb23ff0b7aef2f967dcc61d 1.55 MB 3,986 6
905,555 905,555 00000000000000000000bb83ba1d9cadef0888e87b74bc8f92eb4d73592994a6 0.67 MB 1,530 3
905,554 905,554 00000000000000000000bb30dd205e5f7330c2560e5fb4e41902b841637ce680 1.72 MB 3,922 2
905,553 905,553 000000000000000000010ca58599c32234d17dfe35f3e26fba2847571e5febfb 1.34 MB 2,196 2
905,552 905,552 000000000000000000004eaa0ed3a6341eea0c2a87f24b029eafe8a70bb03606 1.84 MB 1,796 1
905,551 905,551 000000000000000000015f32b05299724760669305d49dba5e04fb75dc63d6c3 1.57 MB 2,801 3
905,550 905,550 00000000000000000000a2df127c1ec9b482efe012352326b85e0f99e2999818 1.75 MB 2,069 2
905,549 905,549 0000000000000000000019bb995eb21e219eff17bddea2269df21759a27193a4 1.79 MB 2,813 3
905,548 905,548 00000000000000000002242ff5d962a8ba8328d39a24fec924df23d9f9267406 1.67 MB 2,909 2
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.