Memory Pool Memory Pool Refreshing

1,423 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,415 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (675,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,532 232,532 000000000000011fb59bdcf2189cbad4550c8173bee56aa8455f029493f24f0c 0.07 MB 145 155
232,531 232,531 00000000000000de7f5ddf4683ba7bc92391a2b33ddccba5687e3115a1b07053 0.13 MB 327 183
232,530 232,530 000000000000011d47fef761210c7d4160cc62de68b5736ec2350385912a0aca 0.24 MB 396 85
232,529 232,529 000000000000005108c975869c3deb4d3a2f693c9f85a2d6bbe0c44b290cf7a8 0.16 MB 199 111
232,528 232,528 000000000000015ca5c38f16ab7cc1cb30d9f0655a8101c8e1ba5a845ab4fd4f 0.07 MB 128 100
232,527 232,527 000000000000012a13422e5af84daa35619a8b314fc59b1455b4042593ed7446 0.25 MB 755 194
232,526 232,526 000000000000008906e17741714c491d609ca49a6380b34219f210ca051a17e4 0.14 MB 348 204
232,525 232,525 000000000000012ea93550dcf582d8cca4d16083df20e04af534f7cbd2b53ad3 0.37 MB 794 150
232,524 232,524 00000000000000465d032f900ec2fe6b732ca9d69eb5aa171a3a166f5b28fb6f 0.06 MB 114 126
232,523 232,523 00000000000000bde803f93f8d9832aca482cf80d1f46530d75b73f4e0b19ef2 0.29 MB 589 142
232,522 232,522 000000000000012c0393f3b03f48ee182ef7170737d87a6df31e50c5f0a4b68c 0.08 MB 256 176
232,521 232,521 00000000000001db16dee4abe5287f8816c701d502399688dff5e277295bb140 0.19 MB 402 151
232,520 232,520 000000000000001f8b24e5263fa6da41a99e1f5c0866b73e178b7a72da69d213 0.19 MB 374 139
232,519 232,519 000000000000016677eeb635625e05541afd5173964e196c5b0195c4bff76da8 0.11 MB 210 142
232,518 232,518 00000000000001d2b14087959a8eb8e2dcc779d69bd833e0ddb041d922e2a23f 0.13 MB 214 107
232,517 232,517 00000000000000fa78a113a7cd3019de7c8038c99cd6866a5d436745890b68c0 0.10 MB 210 183
232,516 232,516 0000000000000094b6a032307cc71ab4233ac5b5ecf22fd4d579ba1f911a110c 0.26 MB 436 127
232,515 232,515 00000000000000e03c419530a4fa0de7d2e5e0edfdcf049c2cc207758c88691b 0.06 MB 195 42
232,514 232,514 00000000000000a5c79b40398b053360a6bda3143ff07cef8510669085bf9fdc 0.25 MB 726 188
232,513 232,513 00000000000001a96ea8e83d595482f62dca5086523ee936f0f512e723881b53 0.02 MB 32 46
232,512 232,512 000000000000008e3f2f2c56a557c6731ac6fc3416d71af8b40ae33a71c8d819 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.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.