Memory Pool Memory Pool Refreshing

3,766 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,258 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (553,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,403 354,403 000000000000000008686d6fcac218978aecfd74bd8a890ca05fcab8ca7d0454 0.70 MB 1,486 26
354,402 354,402 000000000000000006f4377f67f2e4e724f1bc0c8a19651cf314599bf52ed667 0.76 MB 725 20
354,401 354,401 0000000000000000160e11f2b2f675d7e1a93ef7a0c5ee8cb8e37edf0ac39104 0.75 MB 2,134 64
354,400 354,400 000000000000000006e123b68f1a8677a564fb8bd32ebd2fb9708073b99c2204 0.10 MB 167 14
354,399 354,399 000000000000000016bf9780a4d296b4c67d72cb86cabd9cb34e5572c78011ea 0.06 MB 83 7
354,398 354,398 000000000000000001a62b5435f7b67310a6e9c105ca32d611ca40303fdee92b 0.41 MB 827 29
354,397 354,397 00000000000000000fa9fb6aeddd41d45b06068a8020f0feb8a777f6dd846c29 0.34 MB 707 25
354,396 354,396 00000000000000001247abfdbaf1536a37153a0b28bea976271e6c3aa8549c5e 0.42 MB 821 19
354,395 354,395 00000000000000000d16ca35ba360066a9b51bb6d8f8a9e0533eb646f62d57c0 0.75 MB 1,180 22
354,394 354,394 00000000000000000db9425c3cafb676c856d2fbbc6e08ab1f2ee48b47990081 0.75 MB 1,680 31
354,393 354,393 0000000000000000141f0c867392f91d4734b2c5b86103640426f39d9590889e 0.75 MB 1,055 24
354,392 354,392 00000000000000000142fbea446f338c2a1f3f2b0fd04d387f00d66337788baf 0.75 MB 793 29
354,391 354,391 00000000000000000a1a2990786e08a11450c928f4a2081e87809fe2979a82d6 0.75 MB 1,537 31
354,390 354,390 00000000000000000c756d3eb40aa3c50a0c7f8fa82496dd7e3ed0d3bda9ded1 0.75 MB 2,291 38
354,389 354,389 00000000000000000ccc425e5317d737e64b2be4ee0cea64f04064f81f95ef3a 0.51 MB 619 16
354,388 354,388 0000000000000000162cbc4569d0656819f240b562014911bbf4de4acdd7a582 1.00 MB 770 19
354,387 354,387 00000000000000000a10eaf80fc928b38d6103915df06c39115d228450b7e729 0.75 MB 425 22
354,386 354,386 0000000000000000006d2f1305817dfaac98b9b9af2c40509995f8b216d2291f 0.75 MB 1,391 25
354,385 354,385 00000000000000000ee208dbd83dd375cc9e3ccd51ca8e4dc687cf2304266770 0.32 MB 256 62
354,384 354,384 00000000000000000eb64516456795df94f66b4d3618f7711ae5edd225cf2299 0.75 MB 2,184 43
354,383 354,383 0000000000000000105be0e2d2558875adf06fde8e2c48286838bf8ac6f94e8a 0.28 MB 561 26
Previous 10 blocks ↓
Total Size: 769.16 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.69 GB sent, 93.66 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.