Memory Pool Memory Pool Refreshing

4,578 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (763,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,569 144,569 000000000000029594c00f9aecd7480bd81b68fd129a018b8cc4b982a28ee9b1 0.00 MB 6 463
144,568 144,568 000000000000055dac83d8c4014166990062324eb06aea9a63ae8efa996d901f 0.05 MB 157 24
144,567 144,567 00000000000006e6ef6843675b1080cf368f24398d73cc4acd1cca42cb01120e 0.06 MB 97 247
144,566 144,566 0000000000000052797d2666e0594d2838abb52827cfa49578d35b0fea815180 0.03 MB 80 35
144,565 144,565 00000000000003848fbbb8af9103a86d27a5882b204cab4c4ac65a9baa12f2c2 0.08 MB 86 572
144,564 144,564 000000000000085127f63bb0aedadf0fdef2a9963df1d3b48ef44aaec195516f 0.05 MB 105 423
144,563 144,563 00000000000008867dd9ba4044c87be3d1f2a0a93b30d205c06ea2a7b98349fb 0.02 MB 40 37
144,562 144,562 00000000000004e6b2f0b1c221a15d3a516338314942dce70f37fadc5d389bee 0.04 MB 135 146
144,561 144,561 000000000000034bff451ae55229ba78f88cf9c0a486c876118769b689c1c663 0.02 MB 75 93
144,560 144,560 00000000000004d0203931012c677b8c0560ad044de7980306cbe3f9bd795a27 0.00 MB 5 754
144,559 144,559 0000000000000649ddeccf4b90c46ddb2b5a3550fba94057b69d271c4f272e79 0.01 MB 31 373
144,558 144,558 0000000000000521275b2710333e82057a175c80e8d5067fb6a838a9737139ae 0.02 MB 48 95
144,557 144,557 0000000000000690aa3fe36a7da4d614e7b916df8d64b8e9960002d01d75df26 0.02 MB 85 0
144,556 144,556 0000000000000748d58e0b655553495ead0f2274b66bd45be0fdfe2fcaad7e5f 0.04 MB 92 153
144,555 144,555 00000000000000f89116d884a121694a694116336bdbb17e16d685ddbce49076 0.05 MB 79 132
144,554 144,554 000000000000093f32498193cad61a986e99d23a4ace96535a4f3996bbf163e8 0.02 MB 36 39
144,553 144,553 00000000000004129f6d9ca31fdfb6669bf570403ef379df21511e14bc30c4d5 0.00 MB 1 0
144,552 144,552 00000000000000fd5de18ce411e5e62d9ae088c85e2f4fc5cde7b977221c2ad7 0.00 MB 6 268
144,551 144,551 00000000000004d6ae8d040f7fcefbd68c8843836313e28c69febd58a78a5d59 0.04 MB 71 135
144,550 144,550 00000000000005040999594300cf590425e88da228841a3f5ef78a61fac82e1a 0.00 MB 6 38
144,549 144,549 00000000000006b086ad653abc2caed83caaafd018a42c7603b11882eb0fdc9e 0.02 MB 58 97
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.57 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.