Memory Pool Memory Pool Refreshing

4,466 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,712 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (759,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,493 148,493 00000000000003da554c916ee53bbb64eb617e4140ce9fee688c0b98f1a2e20f 0.01 MB 26 91
148,492 148,492 0000000000000008f3e42795b87af4554575d9c1ae8d2be6ebb2b96431ce8b3e 0.02 MB 31 86
148,491 148,491 00000000000007d07d5dfdce5434fe67496a973594f133974326a062a579c7aa 0.02 MB 55 113
148,490 148,490 0000000000000832807c4f19d079056f3d3a33c7d4a5a05687e1c65f63023f95 0.02 MB 23 124
148,489 148,489 00000000000002d8d135d5276dc00c00073327c137a59f54ca92aff17c5da8ae 0.02 MB 86 57
148,488 148,488 0000000000000419f33d262c622920178196d96ff62718210e0889f858882d70 0.03 MB 72 30
148,487 148,487 000000000000003552687824e8c2f3eafabafd43a5af7bdebc93cf725fb780b7 0.01 MB 34 450
148,486 148,486 000000000000011e84074d9b411117130db2cadf5768f698c4c0b589c9615434 0.02 MB 25 54
148,485 148,485 000000000000033ff6494f2dd5016d1460d8aa434ff274b1aaeff79857128f06 0.00 MB 3 143
148,484 148,484 0000000000000082a81391e2ac64ad0e5914991877ed3804207bea4f7982201b 0.03 MB 61 171
148,483 148,483 00000000000004da85c045c144b759ae9c896293ca5c6e066fff72bc41344cde 0.00 MB 3 0
148,482 148,482 000000000000010b9b601c05cd4d8f7bddc0bfcd37f224940687d1cd5c166901 0.01 MB 10 26
148,481 148,481 00000000000006878cc933b0456d0930410c927d019420d8e909a10a7e2a9b7d 0.04 MB 121 60
148,480 148,480 0000000000000557450ef139f27e26bded85416b52f89ec9963a50036eb130e2 0.01 MB 15 62
148,479 148,479 00000000000009954d4872077cc27efa6992034ffe3eb964f4c92fd5bfc00121 0.04 MB 149 23
148,478 148,478 0000000000000138a586c835d096853aa0211cf1386ec77c5b1841a46002b26f 0.01 MB 19 212
148,477 148,477 00000000000004812114f3ac8aa74ba6cb453d3d059ec5e17f751080e9483850 0.02 MB 73 157
148,476 148,476 0000000000000266ef176b7e7a4b36d22a1c1bb329b0d7889aff88526f5c72c3 0.00 MB 3 100
148,475 148,475 00000000000002a926a26eaa61474bbdb41ee41ee6f0001b59b11cc7074af655 0.04 MB 71 46
148,474 148,474 00000000000003f3498c9793611e5cbcbf0a5893197aa18e5b6c0f914b823a33 0.00 MB 10 2,100
148,473 148,473 00000000000008b9f3107d91349cebd8c70343bd035fe6ecfbbc11f6982e6511 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.