Memory Pool Memory Pool Refreshing

3,595 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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
907,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (635,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,433 272,433 00000000000000002b4b5d6b95846c8ed81024245c4ec03d838a618a1987b52d 0.35 MB 774 46
272,432 272,432 000000000000000145b559feee1f50db7899d859365be84a3b8aa4763821ce81 0.08 MB 150 30
272,431 272,431 000000000000000212c4cb8d73bb1790096d606ebf72d091daa1b9d0d9da49cc 0.18 MB 338 40
272,430 272,430 00000000000000032f528f4e88e06d2448ef335aaccaafd0c74fc5a826c15c01 0.19 MB 140 20
272,429 272,429 0000000000000001ad329784e4e3f4224dd23e88b7dd3da3ce1092a21820dcff 0.25 MB 608 61
272,428 272,428 0000000000000000203e64648d4e1deabf9a82c8889e7b7d5f8d4f34654fed34 0.23 MB 512 58
272,427 272,427 0000000000000001327ea6fac71965d98ce88bb6e80aff8ce9130f520e93d109 0.19 MB 350 39
272,426 272,426 0000000000000003fa7c5444810343ec0910afa8e54b7dacc872163e62b67539 0.24 MB 516 58
272,425 272,425 0000000000000000e74cb77ea5637d0f1cbb75f4d22a6b1b7b6328a178fdd990 0.01 MB 21 39
272,424 272,424 0000000000000003ac124dcc7a49447402b833ad84556cf5053ee33270a0e908 0.03 MB 58 45
272,423 272,423 00000000000000056cd25c24e4fafb6fcb526602baf0c6834cb05606b1c04831 0.07 MB 134 54
272,422 272,422 0000000000000000aefcde4537be677c9cdfaa34fbb987b36d5a1eef0f5e5d6c 0.02 MB 29 108
272,421 272,421 000000000000000522ca0bc40be4c848512f5107f3acbacf24fad182b5e798fc 0.04 MB 65 40
272,420 272,420 0000000000000003d515751d858be1f15fe5f594b33147b8638472d940455e38 0.10 MB 178 47
272,419 272,419 00000000000000040d6bf79252bb4bd1762058ba70587120b9452eafe628d242 0.16 MB 348 47
272,418 272,418 0000000000000004346bc7dcb3f368a35dacb0bf74b292c7dbf762ee4236d458 0.07 MB 165 52
272,417 272,417 0000000000000004efae39c637ad8a4f3f67be136ff089bdb1a6abae345f3a66 0.12 MB 290 9
272,416 272,416 0000000000000001cb479b09cf72711494a045fdbeac434b48e2822fc059594c 0.10 MB 232 44
272,415 272,415 000000000000000201ff797a53eb99e01da11e6e2da4a7bc4ca066e1c807bf9d 0.29 MB 612 51
272,414 272,414 00000000000000012cf6646bea1ab7a68a6b756b2cf1ecec8d073b4752af5c66 0.49 MB 715 31
272,413 272,413 00000000000000013946e633cb9797ed919f4bec06b2f8c8b5e95dcb2d43c026 0.25 MB 603 44
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.