Memory Pool Memory Pool Refreshing

4,896 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (674,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,658 233,658 000000000000013a1a08b91df5bd7b8ed85b50df4340951467e4d649a35129c3 0.21 MB 494 160
233,657 233,657 000000000000013c734652b52a774ffc42d5e9fc67434e97b3b7a0bf59cbe448 0.05 MB 128 243
233,656 233,656 0000000000000030c2d5a9cef28566095203657454aee3b030bf928cec415320 0.15 MB 385 189
233,655 233,655 00000000000000883f7737e81dedf4d2467a53ef94fa57c96d6046aa31727014 0.10 MB 220 169
233,654 233,654 0000000000000056b87bfe1d97e2544437d76b7190b17e41e9c0e76c509e9355 0.23 MB 637 180
233,653 233,653 0000000000000029fba3e780b95017b09dbf46c4a85817d1a2b75430f1110b54 0.11 MB 233 157
233,652 233,652 000000000000010782f261a2a7fc7315aa6c1932ee000ccedfebb634f2b9313a 0.25 MB 600 249
233,651 233,651 0000000000000113b51e3f6194bc1ae662bb09d7008c8d5cc989ac0426f68907 0.18 MB 436 173
233,650 233,650 00000000000001950fcf4fbcb06823efe94a46c010906c67b663120e7e695a2b 0.03 MB 53 173
233,649 233,649 00000000000000b607ecec586d9606e69af1129127dd065823f5da4c7bff8bf3 0.00 MB 11 153
233,648 233,648 000000000000009b074ea42315faef3a88514e9e58fc8a66b0efae0c6223a3a9 0.18 MB 482 172
233,647 233,647 00000000000001c94b687111ac49ba6d387c65d516fcef266bfc49b41091c9ee 0.25 MB 368 87
233,646 233,646 00000000000001014acdcfd47a4e90df6c50ef059b5dc7553873350a25cf697a 0.15 MB 212 105
233,645 233,645 00000000000001cc35483324dfb21a0a64b885f17337c0e188d29568d83ad7ba 0.25 MB 756 213
233,644 233,644 000000000000017978e29132350bb9fd8cc202247719e8d6430d6df9cf720bac 0.05 MB 102 164
233,643 233,643 00000000000001572bb6a53b5f15f43732bcf0b4106ccd2c5f9b6108a62f5ef0 0.15 MB 253 117
233,642 233,642 000000000000003ea4b0ee4767f73bc6edc53560bbf064c1d8ed276fe60fc24d 0.25 MB 580 189
233,641 233,641 000000000000007e9bb7a4c4b2d16fdcb6d3ebade89590a46332b70afc2a7e6f 0.03 MB 69 165
233,640 233,640 00000000000001831635910a649310b34d951101f3df9f861562d709bbece866 0.15 MB 149 52
233,639 233,639 00000000000000a72319a3f9936ff386b3e0a30375f86bd0ec404b3326c601df 0.11 MB 217 156
233,638 233,638 000000000000003055b4be4a38f05cae8a94c79a0866de80fb8850a2ab6056bf 0.12 MB 229 148
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.