Memory Pool Memory Pool Refreshing

3,195 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,187 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (42,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,067 865,067 00000000000000000002710cce63e51cd1faeb665f5a128dfdc6cd4368e58cca 1.59 MB 4,073 15
865,066 865,066 00000000000000000002c9109cf6e6cd037d5613eac7522923d05c52a2901920 1.52 MB 3,125 9
865,065 865,065 00000000000000000002186ec2c896f4f3d50d47ca8125a7bbcec33c2869c086 0.00 MB 1 0
865,064 865,064 00000000000000000000d8822298c81d7b5781ec9e3301d2f47abcb015f7df2c 1.56 MB 5,525 19
865,063 865,063 0000000000000000000158bef54c9d510a83d9ca31a8eb3701a7dfc2b8db21ba 1.49 MB 2,837 20
865,062 865,062 00000000000000000000a90720faf9b4f6e97aa02f1e31c8a38cc808f1678032 1.56 MB 2,649 14
865,061 865,061 00000000000000000000f77fa632b0ed672b937d8a110e7b7745e06c9c96b078 1.55 MB 4,289 22
865,060 865,060 00000000000000000000c1a46b826c5bf66a00520b01852c7ee1c0c96ac2d1d5 1.56 MB 4,856 26
865,059 865,059 000000000000000000012fb65e2ecb597cb3ead8f1a9b9ced6de8a3b92a198a3 1.53 MB 5,740 29
865,058 865,058 00000000000000000002db6a426668ca8314474f45173d69e28887b2fee8c6ca 1.52 MB 6,034 34
865,057 865,057 00000000000000000002469dec26d25d20953a4161bc1c14a387b9a0430ba03c 1.52 MB 6,255 33
865,056 865,056 00000000000000000000b8515b450960c89ccb05e5785c533c3c4b5af1f2505a 1.51 MB 5,193 44
865,055 865,055 00000000000000000002a78eaed40a93dfef2fc0d82dcf6b39cb275e4a9eb5e9 1.52 MB 6,122 36
865,054 865,054 0000000000000000000148923569971cc5a196fb34eaa7fe1a5846a8aa0d7e00 1.51 MB 6,443 40
865,053 865,053 00000000000000000002c3a85158042624f6cf5ccc96d883f27db3cae7c1be01 1.44 MB 5,982 44
865,052 865,052 00000000000000000001e629342f7caa7f077888812d3283610d420e9f1f102e 1.50 MB 6,204 16
865,051 865,051 000000000000000000020c40c66bc15cba420a6ada9208adb8687f593070b55a 1.58 MB 6,420 18
865,050 865,050 00000000000000000002682ec9bd6cd477600b621786f5eb38ce7bec05fdee12 1.54 MB 6,257 20
865,049 865,049 00000000000000000002253f96ba07111198f975859f77ec358913e1a237b465 1.50 MB 6,524 21
865,048 865,048 000000000000000000029a1519fbf993e1ada66a0f962710e49abce9df77b22f 1.52 MB 6,003 24
865,047 865,047 0000000000000000000299a16b6b3253f99bd816a6f59ab287ea98c84c00406b 1.52 MB 6,418 16
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.