Memory Pool Memory Pool Refreshing

2,394 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (871,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,314 37,314 000000007deab51e194aaa6664e31add806132605ffee850e28d228ab0a07326 0.00 MB 1 0
37,313 37,313 000000001f0cb0629ad24e1761ce5a4dc5d9ae8447822a2b334bdd61193e9f93 0.00 MB 1 0
37,312 37,312 000000003d1e64414408f4d406d803c9eaee7260730fefa8d5083c7890162282 0.00 MB 1 0
37,311 37,311 000000004675ddfabc1562c03eb685e9389cfdb1700b71515d1b573cfe4736c9 0.00 MB 1 0
37,310 37,310 00000000387486b5fd7d0aa7ea8eb365be9478e9677f3b772e22ac205506ef0d 0.00 MB 1 0
37,309 37,309 00000000225eb8b0c5e4616da30c945955ceb98efc2d8bd43efff73ab912e1a2 0.00 MB 1 0
37,308 37,308 00000000ba598bbd2e233909a6a83508e5d80ac7abae3328cb3007251c6c154c 0.00 MB 1 0
37,307 37,307 00000000542cb03dbf93e444de64ae0e1f3b136572f0f9f9434b892a74c55d7a 0.00 MB 1 0
37,306 37,306 000000007f7dccfa2645a1650d69e4fa3e2e1a6ef7bf8e7a91907a82e237e176 0.00 MB 1 0
37,305 37,305 000000005691eb43c09319c67114b349572ffb84b83102147f4ec626fd717358 0.00 MB 1 0
37,304 37,304 000000007fd8530048e9ffbfe2452e60d2df5d09690c5cf9f219af2e94d33f5a 0.00 MB 1 0
37,303 37,303 000000000ebd420a2001c56e09b09f835ef58b66f1ad047b927840ea31f10c38 0.00 MB 3 0
37,302 37,302 0000000060dd54be8090953264a542ebc02a7a5ff4fb570d439119d29959d626 0.00 MB 1 0
37,301 37,301 0000000006c2908872a6f398e3d05d331892e5c13b87cde78eedb4fbe59aff19 0.00 MB 1 0
37,300 37,300 000000009c5884b70d2a72cf8c19d41f17bf38c50a45b50d9f266bb8ed13b1c0 0.00 MB 1 0
37,299 37,299 000000006a1baa45c88fc5ff30ddcc59283810396d02ab4bffd2b619625243d1 0.00 MB 1 0
37,298 37,298 0000000025bb3942409914e44c0cef89309769f53e91a6e5ba23511e4802a0f4 0.00 MB 1 0
37,297 37,297 00000000228575a623431efa4410b7f36f01e6a9f6164742db76e8cca5afecf3 0.00 MB 1 0
37,296 37,296 000000004edeb1181bc1834e108bd36520bc96237cc66d88923de7dd459f234e 0.00 MB 1 0
37,295 37,295 0000000023e0e3be9706b84a91ad8c9ba48118ae58571a11273b7ca7d1a34c97 0.00 MB 1 0
37,294 37,294 00000000a0832c678a2ec77371518f00d437b6437f24baa41c4aa424e5ac75a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.