Memory Pool Memory Pool Refreshing

12,289 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (562,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,326 345,326 000000000000000001870215827e1dadc550898cd4e2562dab6526b4336f9801 0.10 MB 201 34
345,325 345,325 00000000000000000560149b8ca748adfd8c7db77f9f674beb109cd4efc55342 0.50 MB 820 20
345,324 345,324 00000000000000001502bcefc73b22d77ff535049872a658f44c87d722084c4c 0.34 MB 889 37
345,323 345,323 00000000000000000776e58c60d127a9837adf9aba49a67ac44607ed41055528 0.37 MB 692 29
345,322 345,322 00000000000000000cb1d794b53d38ad657e49d3354858c361475f8e62ed7166 0.43 MB 649 19
345,321 345,321 00000000000000001742ac12516682f95af387108bc36eb69cebe3d7bc1811fb 0.00 MB 1 0
345,320 345,320 000000000000000015696df1599987c1305d1c8144a6f7cd08793914d9e17072 0.11 MB 189 26
345,319 345,319 0000000000000000086d68ce1f5ee50d307ff0232c39aee8b198d93584f45266 0.17 MB 265 15
345,318 345,318 00000000000000000b558b068ef6062360841db91b267f046740c712149ec50b 0.75 MB 1,503 29
345,317 345,317 00000000000000000698f0488fdf69c5ad05eedf8591789c9d6b60f159e26a40 0.59 MB 1,141 29
345,316 345,316 0000000000000000079fa671278ad6ae58b25da827bf17fe0f94137899b6631a 0.10 MB 195 22
345,315 345,315 00000000000000000afe1bd587270e3f818810522942258dad985106d55675b5 0.03 MB 57 25
345,314 345,314 00000000000000000583f857605197a17237c842d727d7f63b826850f287a933 0.21 MB 377 30
345,313 345,313 000000000000000012ad0efe5ac0de6c1ed0536debac66f81230570ba50b0639 0.35 MB 636 23
345,312 345,312 000000000000000002c81b2d2c834584040885aa10462af7129e96579db7ce55 0.02 MB 64 30
345,311 345,311 000000000000000011177a1447b2b6ee9bab12fce90564898fe1115488a66627 0.09 MB 154 19
345,310 345,310 000000000000000016bba63350b8ca4d28d1b45b7cc8bb6b5b0a915b8d5fd05f 0.40 MB 689 23
345,309 345,309 00000000000000000c779cf926c445cc029c6f15a7c576eaf5f1d5b1184cdf40 0.70 MB 1,397 26
345,308 345,308 00000000000000000051513de9b01bb5fbabbf9196345f14df52e2485995aa7b 0.40 MB 738 27
345,307 345,307 000000000000000009b6e5027a0cb895fffa89c0d6f7ca7d96d100ecd12caf2a 0.12 MB 255 25
345,306 345,306 000000000000000009012a11cc81406a76ce5061b9804ca517b4f177d163b38e 0.45 MB 619 15
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.