Memory Pool Memory Pool Refreshing

2,032 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (888,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,753 19,753 00000000779c865a077649141f06991fd8020d84221eb1da8efa6877a0579f3c 0.00 MB 1 0
19,752 19,752 000000007cc3ce8322312208664774a539b95189633a4b36974572e6c6a567b7 0.00 MB 1 0
19,751 19,751 000000006eb1f3f643723c68b4fd83992961123e8b4ad883314dd8b7701d1805 0.00 MB 1 0
19,750 19,750 00000000601b857d2c0b2d0861194552897ad9f90c4425091165c753d1d914b0 0.00 MB 1 0
19,749 19,749 00000000d250194709685643e2d66709686ecf3be87f4a2d66db5a7312154a32 0.00 MB 1 0
19,748 19,748 00000000abd52f99fb9057a9d39ade2c551bbd945ab39d4908121ee4f9172cf7 0.00 MB 1 0
19,747 19,747 00000000911d1c1bbe93baf70996bdcbbe221844e15bb2825c9f31c3967ee0e9 0.00 MB 1 0
19,746 19,746 00000000dc245f1173b2f0e1281265029e50780d7f1125efd53baed3fe5b25b0 0.00 MB 1 0
19,745 19,745 00000000bfd90ede1493e343ed420a6bdff526a249fb97cac99613f383165c67 0.00 MB 1 0
19,744 19,744 000000004bf19fda1cf94a6cb5f89443263eedf7d0688bf2c955b0e37e809ddc 0.00 MB 1 0
19,743 19,743 000000000c00bc197206712716aefd18633297162388ec8bac32e19a0e1ab3fb 0.00 MB 1 0
19,742 19,742 00000000ecf70f827f5693ba9b3fe037b339551eb91a1f455129c2d0e8c3e18c 0.00 MB 1 0
19,741 19,741 00000000fe968445406e5a8966ac51749aa4f8c86d7f933837fcd483a39b7d9d 0.00 MB 1 0
19,740 19,740 0000000007a9e2411489786618680442d2884c2b6613c95ceb4be7af3747ff18 0.00 MB 1 0
19,739 19,739 0000000089806af980d9745ac8281cf70a077acc687ff34dd524cd4e1b3ee8d6 0.00 MB 1 0
19,738 19,738 000000008aa54feb83b2487f98ab3d379d7bdd14bb9ced6dfbb05e0138b1f32a 0.00 MB 1 0
19,737 19,737 000000008c67c829a75488aaffc99b289f299c46c7ee4009272757e69885e2db 0.00 MB 1 0
19,736 19,736 0000000095f5faece314de36abc826e3db682918fc33e0a739421da3c33f0eab 0.00 MB 1 0
19,735 19,735 000000006b5a4c0380ef3ff4b4d8fe82b84105b467ca2f391855a9b6a1c23419 0.00 MB 1 0
19,734 19,734 00000000f6370aa2cc0f1409e34f92ce92215e1777d18375b86384c50a350629 0.00 MB 1 0
19,733 19,733 0000000024bb9960287f6aa081edf7b67d625216d3ed3d475d8cbf7c0fe12394 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.