Memory Pool Memory Pool Refreshing

22,940 transactions
6.00 vMB
Show Random Selection Loading Transactions
Max Size: 41/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
904,212 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 4,160 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,211 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,211 904,211 00000000000000000000d866e2953ca5f2a5bb381a6e52881a3c2018df32e934 ago 1.77 MB 4,634 1
904,210 904,210 00000000000000000000aa4abcb1668fc1d1dcaa272c9a964c488dd2437090c6 ago 1.76 MB 4,721 1
904,209 904,209 00000000000000000001275d50c728549dd8518476c51e44d65c994d557d0ea8 ago 1.71 MB 3,936 2
904,208 904,208 00000000000000000001fab06d83f2e1169a5fc0ebb73b60c0350431afe063de ago 1.79 MB 4,969 1
904,207 904,207 0000000000000000000216c953b3969fd23410ee78d0498bf9840a19c07f9097 ago 1.81 MB 5,143 1
904,206 904,206 00000000000000000000190061d557cd04c2f9efbebf3715cda67c3dfdcfbf5f 1.60 MB 2,942 2
904,205 904,205 000000000000000000010dea4cf14e514e53a6e35bb217333f960ccffdfdf133 1.67 MB 3,852 2
904,204 904,204 000000000000000000005ea472f753c7d1297d2a6953eeb31d316873888a50ff 1.79 MB 4,793 2
904,203 904,203 000000000000000000003c706786667f19a9c28ab9a107dce9a1274cfe9482f1 1.84 MB 4,840 1
904,202 904,202 000000000000000000004e3599f7e7ca38568d41f2807eca9e2755e3abe454b0 1.76 MB 4,674 1
904,201 904,201 0000000000000000000142f2d76e8ada7d67c1b9edd292afaffbb89968740cef 1.76 MB 4,763 1
904,200 904,200 00000000000000000000b9b4f50e987ae0ae4b89afa3d6eb68beeb0c89598bc0 1.70 MB 3,578 2
904,199 904,199 00000000000000000000be4c0f3fd052cad87c1e8a500322611a3e7a33961467 1.75 MB 4,447 1
904,198 904,198 000000000000000000025ca458090428f35c45751dba32a6f4351a390eca22c1 1.70 MB 4,061 2
904,197 904,197 000000000000000000010e327570eb865fd32650cbbf2668c3afef87273f4f05 1.69 MB 3,594 2
904,196 904,196 000000000000000000025ccb47283e87593c18987f2c938ca6275b284be99436 1.81 MB 3,184 2
904,195 904,195 000000000000000000005162799dcfc8c7b1daf80736cd8309a45837549f918a 1.66 MB 3,476 2
904,194 904,194 0000000000000000000060c3cb578ddacdf46262e829691f63b9db1b57b5c1e5 1.54 MB 2,947 6
904,193 904,193 00000000000000000002508ab4bc756e367f73a1a459a95673534dc0329a09e9 1.62 MB 3,359 2
904,192 904,192 000000000000000000018ace3ae249f6ef6e2d1e93f772d8a1fc5a60672e44ba 1.84 MB 4,800 1
904,191 904,191 000000000000000000020c4948559f56eb74569251cad34c7d8e061552e059b0 1.83 MB 4,298 1
Previous 10 blocks ↓
Total Size: 762.89 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: 974.70 GB sent, 60.42 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.