Memory Pool Memory Pool Refreshing

2,769 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (152,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,257 755,257 00000000000000000001a180ce1522e1e3fcc904f6eadbc839cc565abc7b8556 1.62 MB 2,376 6
755,256 755,256 000000000000000000003f2ec8df178f53219c3e6d1ae3b57091d496c43653f2 1.53 MB 3,538 11
755,255 755,255 0000000000000000000535a1d5eb4bc80baf4bc1b87837ae85758dea750700dc 1.46 MB 2,788 9
755,254 755,254 00000000000000000002a20d9a8ce446d00ca072629a28d36cae59a02dd70376 1.58 MB 2,507 13
755,253 755,253 00000000000000000006467d84dc6d9a1f836f629be950380e3e28d07e1f9e29 1.54 MB 3,283 17
755,252 755,252 0000000000000000000644b5062dd3353031898e293a4ab6675a041fb967dcac 1.51 MB 2,733 9
755,251 755,251 000000000000000000037a441a798414de56bf6ca71d276862a9da941c198d7b 1.59 MB 2,888 16
755,250 755,250 00000000000000000006349f83c10f9fba404dcab60a11e075778503d885e108 1.58 MB 2,767 11
755,249 755,249 0000000000000000000684f516254c527a27450c0b5b746569113a56fab3e0e1 1.58 MB 2,687 14
755,248 755,248 00000000000000000005a957e7ae0169af93d7c2755691a3c98021f12e98f0cd 1.55 MB 2,396 15
755,247 755,247 000000000000000000017418372db772a582573f62f50f1a2cd9d4589c64760a 1.55 MB 2,332 14
755,246 755,246 00000000000000000004c68869d7650c7be3b8d85030868e5d4ffb236e852578 1.41 MB 3,200 24
755,245 755,245 0000000000000000000634be990854c7575d0d06f90105af5045846de2f47762 1.47 MB 3,302 24
755,244 755,244 0000000000000000000893448014d4150ba6aa13d4985bc3d69121869fdfe0c7 1.55 MB 3,608 19
755,243 755,243 00000000000000000001a18ac4ad5fb5fc868ed6248e8218c0341d87035f7018 1.45 MB 3,730 20
755,242 755,242 00000000000000000001cb4c232040e76117cbac0066dcf1924ea05343cbfe3a 0.51 MB 970 13
755,241 755,241 0000000000000000000001d6aa5c01de038d0903a69c26041efb81a7a9931032 1.54 MB 1,171 5
755,240 755,240 00000000000000000000a8113e3fcb17536974486bbe78e3efecd181dd5ce77d 1.60 MB 2,413 8
755,239 755,239 000000000000000000041addb3b730446b7d87ae2c993d2f0c1a807cfcb2475e 1.39 MB 1,843 12
755,238 755,238 00000000000000000000b9bcb81e895fa800a7839ee1cb6427843a59b5472373 1.38 MB 2,138 20
755,237 755,237 0000000000000000000122bb35855bc866d9c386072ebca01d3f66e339470900 1.10 MB 561 1
Previous 10 blocks ↓
Total Size: 769.57 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,649.57 GB sent, 95.77 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.