Memory Pool Memory Pool Refreshing

3,332 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 3,326 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (553,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,144 354,144 000000000000000003dcba2ec1de253711ba2a49b5e008f11ef12d6cf41b7de2 0.11 MB 256 21
354,143 354,143 0000000000000000153c4f36deff9b48e5ee3b3af75858002745623ba049837e 0.15 MB 300 44
354,142 354,142 000000000000000014fc3192c1d26d9531fe99b55db7277b6970d124d6aadd05 0.75 MB 1,773 30
354,141 354,141 0000000000000000094f590f20429196ae2dd9914fc3c2e8a17fb773400bad8f 0.75 MB 1,502 28
354,140 354,140 000000000000000009bf19c953cbcf0e2919dceec1c2107c4d93fdb2f948b2b8 0.00 MB 1 0
354,139 354,139 000000000000000009d6f149307f020d74c46c2588ebd308fafe8780988d516e 0.77 MB 1,510 26
354,138 354,138 0000000000000000108400a5746e32d1ebb8f81a8be55eae0829c419c6a98179 0.32 MB 593 32
354,137 354,137 000000000000000002585c1983c4c4a09a34cf95f65d80e2562edce3301527b7 0.49 MB 1,031 29
354,136 354,136 00000000000000000674bf3d6350806c039cbcf5e1beb7c620ee9d4b7474a58a 0.46 MB 991 29
354,135 354,135 000000000000000016063110e80e75a0e3e593266982be90e52b37814d6edbc9 0.09 MB 174 16
354,134 354,134 00000000000000000b88721906f75cfc6579522dd3ccd2d069be5cd35e9a9ef6 0.67 MB 1,389 26
354,133 354,133 0000000000000000160fdc2baa31315361957fb67d7d8233bd3d16b2372073f9 0.28 MB 438 21
354,132 354,132 000000000000000016ffb357acb1f2a608fdc0af821c1bd0366e110e0afb80f3 0.29 MB 124 10
354,131 354,131 0000000000000000105a0800d8b95f134196fddcebcdda4b1dfb4ab3fb77a702 0.91 MB 743 10
354,130 354,130 00000000000000000b8ce6f1a6e604b375b8635b9ca0eec3a4c7d1e11b042c63 0.75 MB 1,931 39
354,129 354,129 000000000000000016b67f0f660b6605ead7f4876b4f5ddc9a5ea568f39c1f88 0.75 MB 1,104 18
354,128 354,128 0000000000000000141226d8b0636af5d483f3955c365c965f055529677947df 0.75 MB 776 14
354,127 354,127 000000000000000001d50df07cee0f9c511ed763eb33086c9d041ec110080282 0.75 MB 1,114 25
354,126 354,126 0000000000000000129690f8ad3c2f52fab24c11d32e97ff94d460d577abef65 0.75 MB 2,144 44
354,125 354,125 000000000000000007bfe24910807219e4ffde0dbee8bd9e41218e443bd5790e 0.75 MB 1,019 24
354,124 354,124 000000000000000013dfb051c5f554c49e6c4147994ea3c31c632c7ddd7daf54 0.75 MB 1,121 22
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.