Memory Pool Memory Pool Refreshing

19,558 transactions
6.29 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,511 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (694,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,075 213,075 0000000000000055b37b17774825f6f902cc2039939e73c17b24eae9bf664366 0.25 MB 679 206
213,074 213,074 00000000000001078a694e700744334568d0ecb2b753691b4b7a828d05fae57d 0.11 MB 190 119
213,073 213,073 00000000000002bc1a0c335d6f28951b80bc2d95c9dba20b92d4050b67bc502a 0.06 MB 105 123
213,072 213,072 000000000000047d84c618dc934130ea6155d2b1a0e55d1e2d15a8eaccb2f782 0.42 MB 772 164
213,071 213,071 00000000000003981ab9bf35deedd15c78465a83ab70e92ff34291c65be4964e 0.25 MB 627 210
213,070 213,070 000000000000042b0169a321c4bc0c6ba2204164ece4978e1bcb4960b68bb75a 0.00 MB 10 315
213,069 213,069 0000000000000458ff16da6c54e1b84aafce84efd76d83d2b6fa96ef7e64111d 0.10 MB 357 16
213,068 213,068 000000000000042ab67d6188e39e1eb4bf1a95247dcd1e5e2361b60b1cdd399c 0.13 MB 375 223
213,067 213,067 00000000000001b674a9b9c38df50c52a4c86784b84adab58aac188c3b571090 0.07 MB 189 141
213,066 213,066 000000000000045e4d1b6c4888ba3b6c892fba98e913c86aa468fe895d07849e 0.00 MB 1 0
213,065 213,065 00000000000000cda047e531786c187e609315bfb94afec571f98e7786596836 0.09 MB 189 154
213,064 213,064 000000000000045e76a323648bc796949fe967300fa366b44b97b71237d5c226 0.20 MB 518 189
213,063 213,063 0000000000000394884c6f33a6b4daedc76fc9d5adc39dfac8f3db070b12aecf 0.25 MB 616 170
213,062 213,062 000000000000014e88a7d8f8a32b2ed9d32d5132491b43ab22ae26246f3bba44 0.25 MB 604 166
213,061 213,061 000000000000014f2251d7201d0aed3679d0506d11511666b855fc5cbdaa147e 0.25 MB 681 188
213,060 213,060 00000000000001ccc9ca1258688cf4753add2b4563520c1f4311e6b743fbd971 0.25 MB 574 216
213,059 213,059 000000000000006aa1fc24a1363490996769286b6d9e664030b4cdf944cbe614 0.00 MB 11 11
213,058 213,058 000000000000001ddb1a0fba5207db1f56f544b00cdd398d9615e93c2dfeee35 0.25 MB 492 150
213,057 213,057 00000000000004dfeeedc833532c285f575bb9122dec4de0e92d1a77f4ad579d 0.25 MB 655 208
213,056 213,056 0000000000000193050e9968ac70f4a5af51d3874d3bfae919d3f2f83f5feb78 0.20 MB 581 199
213,055 213,055 00000000000001fd40b760055f569a1e0a2ad9ff3ccb31ad4370fbc783675d46 0.27 MB 629 181
Previous 10 blocks ↓
Total Size: 769.02 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,624.50 GB sent, 93.00 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.