Memory Pool Memory Pool Refreshing

12,289 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (617,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,357 290,357 000000000000000009c20825a0150337ae866ffaa9633a95416206af8224dab6 0.37 MB 201 14
290,356 290,356 0000000000000000c5b35a36cbceca6f0ff4f43fdf7ea79a6bc67f1410f4912f 0.35 MB 701 41
290,355 290,355 0000000000000000b5efb1bf0654c29337e89673bbc10d77f2536bd88955b4e0 0.35 MB 487 18
290,354 290,354 000000000000000031a479347fa6bd9410a520163a983112087a2cf008848aa7 0.35 MB 1,025 57
290,353 290,353 0000000000000000bcd42b4bca85e530723f788d57d6a71bd76265eefb901603 0.03 MB 142 9
290,352 290,352 0000000000000001027993cc2a61adc89c6a82aacdee8d8ca60c6243ddd1aca4 0.24 MB 448 314
290,351 290,351 0000000000000000a3e93e5c4bbf1c8d3b9db04554775249e342047114cf20b6 0.10 MB 191 21
290,350 290,350 0000000000000000d047bba3d194388aa106f1450179bd3dbc314139c7ad6b98 0.25 MB 403 20
290,349 290,349 0000000000000000b5e817eff14d0c9d494af039f9d0c960f465e0e88c64019a 0.07 MB 256 28
290,348 290,348 0000000000000000a57292505f98de83f4bdf1ba54415411cb99f3b5a9ee3083 0.01 MB 64 0
290,347 290,347 000000000000000096855cfcd1ab33932d572cd7e582cb4b2c793eb2afdd0e1c 0.08 MB 194 15
290,346 290,346 0000000000000000f02b839c1798bba32880785da1809e654fea5cdb7e59bd20 0.12 MB 263 21
290,345 290,345 0000000000000000004f3b9f4c2157b2fe8f29c3f602c273a4fe7877397e3716 0.05 MB 155 10
290,344 290,344 0000000000000000369942ed35ba2d36526e8f4264395d3235222f635d44dc4f 0.02 MB 34 26
290,343 290,343 0000000000000000adc97c49a779bd177bb07722be57cb7af22f38eceede94a1 0.08 MB 123 24
290,342 290,342 0000000000000000d33dc5aa438bacd000e7b7cda839bd95deb41b53dfaa6164 0.06 MB 195 17
290,341 290,341 0000000000000000bfe978c4fdf1c44f7d606b8e3c088fc9de85e23692395db1 0.38 MB 402 23
290,340 290,340 0000000000000000cc25ab2ff82a64589315f2836e5afa1ae193578678e9e6cd 0.03 MB 64 8
290,339 290,339 00000000000000003858292a49a1719332c2f7d5238ef84638efcdb489e34104 0.12 MB 256 29
290,338 290,338 0000000000000000604d60017aff19af60d07e8b5504f60a50de4f52d5244ddc 0.32 MB 506 30
290,337 290,337 0000000000000000ea74b600487b1dc4213eb9c7dce18a2d7ce83670c7aab1d5 0.29 MB 106 11
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.