Memory Pool Memory Pool Refreshing

4,395 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,581 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (601,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,977 305,977 00000000000000003d4176327cd471326cc7aa6704631f1877e7594be5c10d17 0.27 MB 443 28
305,976 305,976 00000000000000002a5d9a5100710d0f32db21ebb6f6de54f06b44c2aa29e2cc 0.50 MB 1,204 36
305,975 305,975 00000000000000001fc57a5577c63cabd29185608abb021f42eac1ebe23f0150 0.16 MB 314 35
305,974 305,974 0000000000000000124038dd08a5b0ba77a67547eba48b88a41e4c4204660101 0.07 MB 44 5
305,973 305,973 00000000000000005107a44eb56ead7a1b2381b0c568544ea22b30f9fdabfddb 0.03 MB 74 35
305,972 305,972 000000000000000032f88948f9d8a39cfa6b1a738df5e3270d36a6a9c3c884e2 0.31 MB 622 32
305,971 305,971 00000000000000003987a2a567ed6216aa53e1f65a081e51394cca4d367a240f 0.05 MB 120 40
305,970 305,970 00000000000000001d9133950ebbe0c09d3d91c327ad41f2493a23a8407a211a 0.28 MB 491 27
305,969 305,969 00000000000000001305738c9f9362acf3b21fd7b4002ca11a39cc5f1e62fecc 0.19 MB 204 18
305,968 305,968 000000000000000051975aae8bfc5bb7be004864512ce470fc57d12aca25e029 0.33 MB 437 28
305,967 305,967 00000000000000001719f4c5f30ecaeebf393480ea8102807b017e5fca46b2f0 0.13 MB 122 23
305,966 305,966 00000000000000000a94cd53c34e2cdfd2b7eab95e7b2d948e5ad200d863bcd4 0.17 MB 196 35
305,965 305,965 000000000000000014982028ff706f1d237d664a2a2b227f7aba4391c3872362 0.25 MB 191 16
305,964 305,964 000000000000000030f71140130a978b6dd73987536bacc7a0a471aacbcb4586 0.35 MB 542 31
305,963 305,963 000000000000000046e314010a52d9f3ea1d462bc2cb8bd54bb7d9e825d6d93d 0.08 MB 122 24
305,962 305,962 0000000000000000457b8773ba1226acf1ec18f8a70c86d86e86b99c049e4eaf 0.03 MB 60 24
305,961 305,961 0000000000000000075e3f7b59f10daa54c9c91b0c8e568cbbba103c03a8af85 0.22 MB 344 24
305,960 305,960 00000000000000002d5a0b92d7564603269c0e298d7df959c5ac7f83bf12fc7e 0.67 MB 300 12
305,959 305,959 00000000000000000c3401b35829d70709f4446445feaacd766cdd04f68ad2d1 0.88 MB 652 20
305,958 305,958 000000000000000052cef70fb823219e62a25b84745c4621a04301c279b2764e 0.18 MB 512 43
305,957 305,957 000000000000000024e86a19a321efe5138deb6e6109804fe873207ad3cf336e 0.50 MB 508 27
Previous 10 blocks ↓
Total Size: 769.05 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.50 GB sent, 93.13 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.