Memory Pool Memory Pool Refreshing

11,452 transactions
5.30 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
901,913 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,523 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,912 (610,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,340 291,340 00000000000000003ff43c3c8c08496c93a4a48ddf2bef5cd9f3babdb5e11946 0.06 MB 113 25
291,339 291,339 0000000000000000e38c89759cd3a39237a236fd69f24163731fd075732c50c1 0.25 MB 547 42
291,338 291,338 0000000000000000b07f35dcd6bf678d6b7fb7564a2d0b1e100c4993dd334825 0.19 MB 294 31
291,337 291,337 000000000000000087be1bc8d41c8def96b9e35f61d7ad7a862d7e6d18abc326 0.19 MB 512 38
291,336 291,336 00000000000000003301e5b0904e61769ef283fef9144a2133243bdf7e09b468 0.06 MB 67 11
291,335 291,335 0000000000000000d27cd2af93adb32bebead647fbe7a735d2cd7453fdbe481f 0.34 MB 747 36
291,334 291,334 0000000000000000e569bed25558b9a94cab3483fb43874d3381a282ffa19463 0.06 MB 45 9
291,333 291,333 0000000000000000d741ecabc6e14b3a6b3c92ca27f84dcaff2458df2cca79bc 0.10 MB 198 25
291,332 291,332 0000000000000000b953f338ddc8e0d9a6ab7476a899118e641b87a7809bb12f 0.08 MB 146 15
291,331 291,331 0000000000000000379beb369e1310321367fd95fb29cf376e75c5420e0c4928 0.15 MB 291 33
291,330 291,330 0000000000000000f0fde8ca3c75a7fea8e9212bdd8f83ad6591dedda1b6b0d0 0.36 MB 589 24
291,329 291,329 0000000000000000d7bfd6824466134ed97f2d21bbaaf5428014ff31d3784ed9 0.16 MB 512 77
291,328 291,328 0000000000000000db31c9fcf47ffc1452ed175325cb80355acc28b2ea3f5e18 0.16 MB 316 41
291,327 291,327 0000000000000000085321c2a7a054fddb53a7c8b74576dbaafa9594b445e28d 0.08 MB 228 34
291,326 291,326 0000000000000000ef2b4a9b84316a8d90e86917487237816c015e8cee003283 0.17 MB 359 68
291,325 291,325 00000000000000005a28955110448cbaed259692db3d13c36effcce9f11ac414 0.28 MB 701 34
291,324 291,324 0000000000000000620010a0b9d0438140847688f483b7b27a7677f81bdeeac3 0.29 MB 541 35
291,323 291,323 0000000000000000739f8b20f69146584f5a6997ab09f278d6052aa7b1983c4a 0.35 MB 871 45
291,322 291,322 0000000000000000370ca14979c9923e893598cdf12b47f978102ea1b9a4125e 0.06 MB 185 57
291,321 291,321 0000000000000000f1a689dfc030ada21b69335e337ec8aa5707210532923e89 0.24 MB 608 37
291,320 291,320 0000000000000000de6c7272e8af0cb62050b299f323d2bcc5597ee65b85e413 0.10 MB 149 17
Previous 10 blocks ↓
Total Size: 759.04 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: 776.18 GB sent, 41.96 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.