Memory Pool Memory Pool Refreshing

6,719 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (581,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,240 326,240 00000000000000000bbf45af7d3e7193d5ecdbc83f224a22af24b0f89ff6ff0b 0.23 MB 81 6
326,239 326,239 000000000000000001dc7257d8dc1b5c802270b6ea89911a484b47ecb6a205ff 0.21 MB 423 27
326,238 326,238 000000000000000003e88e57f6ae82a91fe13046958bfd74d7339d4e5bd65426 0.52 MB 725 23
326,237 326,237 00000000000000001a9b2bb026b9ee0d754941972236398867ec0d9991e793ae 0.75 MB 964 30
326,236 326,236 000000000000000006cce40092d9e47be56c996cf3ba6bb1d0d454fa5b071e99 1.00 MB 1,632 30
326,235 326,235 00000000000000000345bcb15c037a123dc7bfc1acdb73b4f4828a8ca542867e 0.02 MB 38 33
326,234 326,234 000000000000000015366025162199b81c02b5bf4429fee4c3d48a192dece039 0.02 MB 61 32
326,233 326,233 000000000000000005d4047bdf151d280dcda8e7855decffc4d22931682c1a73 0.18 MB 335 26
326,232 326,232 00000000000000000c862fa134f8c85874e1a8b28849a9ff7a693713c6f3e232 0.19 MB 284 26
326,231 326,231 000000000000000017bbb164a431a13870dbc3f90c731dbf00e6093afd20dac3 0.75 MB 1,226 29
326,230 326,230 0000000000000000130ef2483f0e8629bd034b7cc200c409565c6d1f8092c500 0.06 MB 80 19
326,229 326,229 000000000000000016a370ccc4d5a5e4aee310a75230cad1449ff84b8a612d04 0.45 MB 677 25
326,228 326,228 00000000000000000ea75faa591d2fad17f12bd68403e2546c0394217ad617e2 0.72 MB 799 20
326,227 326,227 000000000000000003f3af6ec159a211c7a37f9276eae09011244b18713d6f6b 0.18 MB 512 48
326,226 326,226 00000000000000001d1eb388276d8bc155363b5cb47e8e30958febbd9bb3d27e 0.04 MB 68 12
326,225 326,225 00000000000000000307b30eed6a12fe778c105dc1051c91ef51125cc10d9f4a 0.25 MB 381 25
326,224 326,224 000000000000000017f3a446b95e1bff48071a2851a58e89332b16af97c8ffb4 0.08 MB 119 22
326,223 326,223 000000000000000006bc8e2dc02ef36fb1036457e29dfbbc9d58ed96f5a05e0f 0.05 MB 128 35
326,222 326,222 00000000000000000029f216788e4f987bd45f288408bb3dc5dd37d37cf4687c 0.47 MB 624 21
326,221 326,221 000000000000000016b3cedc285c90d0f8dc43113c49dd3ee1c80dbe9f864255 0.75 MB 999 24
326,220 326,220 00000000000000000d208406a97ec7548bb4e929025b900b78a6009ef67038cf 0.75 MB 1,721 31
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.