Memory Pool Memory Pool Refreshing

5,518 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,691 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (573,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,208 334,208 000000000000000000f5afda601bf27cd04c40a84cd6dd6f9dd7c15f3126f658 0.08 MB 117 20
334,207 334,207 00000000000000000af007df84809a5e7aa091261a01fc1f64cea9cd87e2c295 0.28 MB 594 28
334,206 334,206 0000000000000000141bf3dd313043386d77d94c9f31ccf8ea1ba8881137912f 0.42 MB 712 22
334,205 334,205 000000000000000010575f42e4a0aeddaff174d5e046379413eaa8470201521e 0.10 MB 148 14
334,204 334,204 00000000000000000f949a8404166d6d1f3c552b7c1fa1b09db005822df051d5 0.05 MB 133 19
334,203 334,203 000000000000000015fc786a45646675c32b8c79a3e50f1ae3e06ccb5bd0e0ab 0.52 MB 955 18
334,202 334,202 00000000000000000ed189b152da181cd522b5136eb148fa3ac8993da6b8f293 0.75 MB 1,117 23
334,201 334,201 00000000000000000a4bd85ad299c3bf00ee1e4edb51bd1755e908a469669109 1.00 MB 1,721 25
334,200 334,200 0000000000000000013c0901a261493cbcbd6e4417c5561abf5f7afeb9668911 0.75 MB 1,177 22
334,199 334,199 000000000000000008b599ee6753fa09397f1402cf83df5033db9a13b4356363 0.24 MB 686 34
334,198 334,198 000000000000000019c2c17ceae5a24b228d8d772220e34ea00020f8b47751cf 0.20 MB 331 21
334,197 334,197 000000000000000017b86c606343b274b0f9642625ad4c2b9a338f138e1f83dd 0.00 MB 1 0
334,196 334,196 000000000000000000857aa1770432d340664b568d1c1e3ed6177e37eed1b283 0.63 MB 1,065 24
334,195 334,195 00000000000000000d78c94a9a9eb5fa82f9f31cc8d4ac953aaef75dfd623a1f 0.02 MB 64 56
334,194 334,194 0000000000000000012cc747f17cf1638401b1135862ae63bf43f333a7c20b12 0.20 MB 375 24
334,193 334,193 00000000000000000b772ca7589fac1e26e62d78ee564fa4c7c40e1f3840d759 0.40 MB 465 10
334,192 334,192 000000000000000001c5d21fb06f9f6dde8391cff36c22ffdab15017841d908c 0.50 MB 1,180 27
334,191 334,191 000000000000000017e9d86f041260a9064ed493a7e9fa9a7e4f697f61586ebd 0.00 MB 1 0
334,190 334,190 00000000000000000a46f406a20ab667a0b0f2aba76ed4ce28cf8a78cccb241d 0.19 MB 444 29
334,189 334,189 00000000000000000c97a9da5082ef75bd7667c9e86e6dcf2f115b35b7601b9c 0.48 MB 801 28
334,188 334,188 000000000000000016698add941cfcc25697b01924b470f99c2f591b5c9648e6 0.04 MB 73 12
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.