Memory Pool Memory Pool Refreshing

10,330 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (74,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,613 833,613 0000000000000000000350a409599fe6b929bf99c98e16a46494b26b8bd10c55 1.48 MB 2,135 17
833,612 833,612 00000000000000000002959a9e41f26e46c930e680d3993ddab2781c568ad0a4 1.64 MB 2,969 38
833,611 833,611 00000000000000000001db1079ac62ddd9da74d7e2b40d84d663576c9f7048f0 1.62 MB 2,214 25
833,610 833,610 00000000000000000002fdf38f0ee3c197378234d01355e8d1a50a6a36baac81 1.81 MB 1,533 19
833,609 833,609 00000000000000000002c5c0aba96f981642a6dca109e6b3564925c21a98aa3e 1.85 MB 2,372 24
833,608 833,608 00000000000000000002ccdc0cba82829f87ea2b28ad82642b54e4e05cc7b6d7 1.67 MB 2,737 21
833,607 833,607 0000000000000000000202d064c9fcad240dd9067943486437758f747af3a648 1.54 MB 3,044 38
833,606 833,606 000000000000000000024d967a17ec4095f0691ae4ef146e7d1c0eeb10247770 1.56 MB 3,604 57
833,605 833,605 000000000000000000015087d56b53838cd66fbd2c8d298067e28773dbbec4d5 1.91 MB 2,753 24
833,604 833,604 0000000000000000000070565bf4b8f9b430f5279179ba7703c41809f25824fb 2.40 MB 2,148 20
833,603 833,603 00000000000000000000b88e658167c3c8d30c2d86a94e60ec70ec6be0281c2b 3.10 MB 1,385 24
833,602 833,602 00000000000000000000c6f8ae1fee3d8dcc00b9fbf2828db22184fc15f00084 1.62 MB 2,866 30
833,601 833,601 0000000000000000000270a4619172a1ef5a64f5ffd13d2b73b301e41d43cd10 1.56 MB 3,275 41
833,600 833,600 00000000000000000003554f3c4a5addbc83f70721cd70fbe4c9636d98c0b0c4 2.01 MB 1,796 18
833,599 833,599 000000000000000000034535f068baca4f18665706b4c2585bfe53a74f470093 1.65 MB 2,940 33
833,598 833,598 0000000000000000000188f083e7a62aacbab75791ba65fe50325ac9b7901fa6 1.87 MB 332 14
833,597 833,597 0000000000000000000077eb80d953aa23dc6e285ad5cd916eddaea45cbcdf70 1.60 MB 1,441 21
833,596 833,596 0000000000000000000382f5ba23da2f9aed0b567a1ee36e390f164664c119a7 1.08 MB 505 15
833,595 833,595 000000000000000000021e73c7b89b78d10ced8622ff740433acfab11554e476 1.43 MB 2,016 19
833,594 833,594 00000000000000000002c88981de747ae237d80b74a5deb1a17943a76b296e3a 2.01 MB 2,851 33
833,593 833,593 000000000000000000002d1d85d5cffa5ee3cea5b80656d489bfe7e39af44cff 1.88 MB 2,517 34
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.