Memory Pool Memory Pool Refreshing

4,430 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,891 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (301,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
606,208 606,208 0000000000000000000e560c1c44fb6bfc1cf27a128288cea6921bba26744e3f 0.99 MB 2,908 5
606,207 606,207 000000000000000000086cb8a7884702117678bed08d0b17ab7149b7bab85980 1.31 MB 3,534 24
606,206 606,206 00000000000000000011898698121d9b80c7665291c708c632be764a3998b8ed 1.37 MB 3,572 20
606,205 606,205 00000000000000000007f349ecd4711e4aa9baa1f0ef16b21c5ea294c1f67412 1.34 MB 3,269 35
606,204 606,204 00000000000000000002e58804370e5142b711f450f1e915fecf8b49413af113 0.71 MB 1,907 21
606,203 606,203 0000000000000000000836f0274ae1923cd6af35ab6f9fb33ec5b48b67d4235e 0.08 MB 228 14
606,202 606,202 000000000000000000143df23815bc3f6730995b58da549a1fda4691361afa9a 0.24 MB 675 18
606,201 606,201 00000000000000000003d072d655c787e327248d09e5cd023d8357288da18cfb 0.20 MB 470 19
606,200 606,200 00000000000000000009d732b8a1b77447cb1608dfe9fd1097082a89aab63402 0.09 MB 249 27
606,199 606,199 0000000000000000000e77b257481d5a17639d9907c0901e81301631bc16926b 0.76 MB 2,022 20
606,198 606,198 0000000000000000000ca58a71a1ef3ba6e0e8ee3d120d810983584fd8c6f3fd 0.88 MB 2,559 20
606,197 606,197 00000000000000000003615a3d2d7a40edb386916889d98152722f0162e64c3a 0.76 MB 1,728 21
606,196 606,196 00000000000000000001da9d1f8875ac6656f9393809c67bcdc5aa8b3e38f938 0.15 MB 291 16
606,195 606,195 00000000000000000002a5196a78185d890a0d1f667d12779f58ff3b5eb82f87 0.16 MB 368 18
606,194 606,194 0000000000000000000375837e53b6000e4c55c13610dc9576fb6660e3319bcb 0.49 MB 904 15
606,193 606,193 00000000000000000003d637b7ca4a15b9deac78ac3d84a2301cb50fb59921f2 0.24 MB 495 10
606,192 606,192 000000000000000000134391c048139397166ec340e45080ae00d59d5789fb22 1.28 MB 2,936 17
606,191 606,191 00000000000000000000add8ef0c794f442221ac4385b454784ab2c018670725 1.29 MB 3,097 18
606,190 606,190 0000000000000000000eb863a3cc9e1172e1333f932b700c9153e4913c09d4f6 1.20 MB 2,247 19
606,189 606,189 00000000000000000006d36e06bf0593e16b32198a0e05527af124326ea8e2a8 1.17 MB 2,888 9
606,188 606,188 000000000000000000098d27c0436711db627c15e9c1efddf26ab4b4dc41429e 1.31 MB 3,116 25
Previous 10 blocks ↓
Total Size: 769.38 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,644.26 GB sent, 94.87 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.